From: Keith Bostic Date: Wed, 10 May 1989 05:15:15 +0000 (-0800) Subject: file reorg X-Git-Tag: BSD-4_3_Tahoe-Snapshot-Development~198 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/dc8637e8ea0aefd7c087acc487c64c6ac44b9a3a?ds=inline file reorg SCCS-vsn: bin/sleep/Makefile 5.2 SCCS-vsn: bin/hostname/Makefile 5.2 --- diff --git a/usr/src/bin/hostname/Makefile b/usr/src/bin/hostname/Makefile index b02a6e4637..8c4fdb6ca9 100644 --- a/usr/src/bin/hostname/Makefile +++ b/usr/src/bin/hostname/Makefile @@ -14,7 +14,7 @@ # WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND # FITNESS FOR A PARTICULAR PURPOSE. # -# @(#)Makefile 5.1 (Berkeley) %G% +# @(#)Makefile 5.2 (Berkeley) %G% # CFLAGS= -O @@ -38,7 +38,7 @@ depend: ${SRCS} mkdep -p ${CFLAGS} ${SRCS} install: ${MAN} - install -s -o bin -g bin -m 755 hostname ${DESTDIR}/bin/hostname + install -s -o bin -g bin -m 755 hostname ${DESTDIR}/bin install -c -o bin -g bin -m 444 hostname.0 ${DESTDIR}/usr/man/cat1 lint: ${SRCS} diff --git a/usr/src/bin/sleep/Makefile b/usr/src/bin/sleep/Makefile index 1de00fc03a..00cfeff022 100644 --- a/usr/src/bin/sleep/Makefile +++ b/usr/src/bin/sleep/Makefile @@ -14,7 +14,7 @@ # WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND # FITNESS FOR A PARTICULAR PURPOSE. # -# @(#)Makefile 5.1 (Berkeley) %G% +# @(#)Makefile 5.2 (Berkeley) %G% # CFLAGS= -O @@ -38,7 +38,7 @@ depend: ${SRCS} mkdep -p ${CFLAGS} ${SRCS} install: ${MAN} - install -s -o bin -g bin -m 755 sleep ${DESTDIR}/usr/bin + install -s -o bin -g bin -m 755 sleep ${DESTDIR}/bin install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat1 lint: ${SRCS}