X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/fb3abc15c11f2dd140eb44196cc6aef6e541b3ee..435e8dffcf378b5a0513c17aabf4f32096c20da8:/usr/src/usr.bin/expand/Makefile diff --git a/usr/src/usr.bin/expand/Makefile b/usr/src/usr.bin/expand/Makefile index 0a3e589f4d..96657f1ff5 100644 --- a/usr/src/usr.bin/expand/Makefile +++ b/usr/src/usr.bin/expand/Makefile @@ -14,7 +14,7 @@ # WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND # FITNESS FOR A PARTICULAR PURPOSE. # -# @(#)Makefile 5.2 (Berkeley) %G% +# @(#)Makefile 5.3 (Berkeley) %G% # CFLAGS= -O @@ -38,7 +38,7 @@ depend: ${SRCS} mkdep -p ${CFLAGS} ${SRCS} install: ${MAN} - install -s -o bin -g bin -m 755 expand unexpand ${DESTDIR}/usr/ucb + install -s -o bin -g bin -m 755 expand unexpand ${DESTDIR}/usr/bin install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat1 rm -f ${DESTDIR}/usr/man/cat1/unexpand.0 ln ${DESTDIR}/usr/man/cat1/expand.0 ${DESTDIR}/usr/man/cat1/unexpand.0