date and time created 90/06/01 18:19:33 by bostic
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 2 Jun 1990 09:19:33 +0000 (01:19 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 2 Jun 1990 09:19:33 +0000 (01:19 -0800)
SCCS-vsn: admin/admin/copyright.1/Makefile 5.1

usr/src/admin/admin/copyright.1/Makefile [new file with mode: 0644]

diff --git a/usr/src/admin/admin/copyright.1/Makefile b/usr/src/admin/admin/copyright.1/Makefile
new file mode 100644 (file)
index 0000000..2def4a4
--- /dev/null
@@ -0,0 +1,40 @@
+#      @(#)Makefile    5.1 (Berkeley) %G%
+
+BUILD= redist.c redist.sh redist.man redist.gas
+STD=   386.c contrib hdrs kern libc libs libs.cci main make man sh src
+
+all: ${BUILD}
+
+clean cleandir:
+       rm -f redist.c redist.sh redist.man redist.gas
+
+install:
+       cd ${.CURDIR}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${STD} \
+           ${DESTDIR}${BINDIR}/copyright
+       install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${BUILD} \
+           ${DESTDIR}${BINDIR}/copyright
+
+all: ${BUILD}
+
+clean cleandir:
+       rm -f redist.c redist.sh redist.man redist.gas
+
+install:
+       cd ${.CURDIR}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${STD} \
+           ${STD} ${DESTDIR}${BINDIR}/copyright
+
+depend lint tags:
+
+redist.c: redist
+       sed 's/^/ */' < ${.CURDIR}/redist > redist.c
+
+redist.sh: redist
+       sed 's/^/#/' < ${.CURDIR}/redist > redist.sh
+
+redist.man: redist
+       sed 's/^/.\\"/' < ${.CURDIR}/redist > redist.man
+
+redist.gas: redist
+       sed 's/^/|/' < ${.CURDIR}/redist > redist.gas
+
+.include <bsd.own.mk>