date and time created 87/12/12 18:24:27 by bostic
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 13 Dec 1987 10:24:27 +0000 (02:24 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 13 Dec 1987 10:24:27 +0000 (02:24 -0800)
SCCS-vsn: share/man/man8/man8.vax/Makefile 5.1

usr/src/share/man/man8/man8.vax/Makefile [new file with mode: 0644]

diff --git a/usr/src/share/man/man8/man8.vax/Makefile b/usr/src/share/man/man8/man8.vax/Makefile
new file mode 100644 (file)
index 0000000..3f39b63
--- /dev/null
@@ -0,0 +1,36 @@
+#
+# Copyright (c) 1987 Regents of the University of California.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms are permitted
+# provided that this notice is preserved and that due credit is given
+# to the University of California at Berkeley. The name of the University
+# may not be used to endorse or promote products derived from this
+# software without specific prior written permission. This software
+# is provided ``as is'' without express or implied warranty.
+#
+#      @(#)Makefile    5.1 (Berkeley) %G%
+#
+MDIR=  /usr/man/cat8/vax
+SRCS=  arff.8 bad144.8 crash.8 drtest.8 format.8 installboot.8 rxformat.8 \
+       reboot.8
+OBJS=  arff.0 bad144.0 crash.0 drtest.0 format.0 installboot.0 rxformat.0 \
+       reboot.0
+LINKS= flcopy.0
+
+.SUFFIXES: .8 .0
+
+.8.0:
+       ${DESTDIR}/usr/man/manroff $*.8 > $*.0
+
+all: ${OBJS}
+
+clean: FRC
+       rm -f ${OBJS}
+
+install: FRC
+       cd ${DESTDIR}${MDIR}; rm -f *.0
+       install -c -o bin -g bin -m 444 ${OBJS} ${DESTDIR}${MDIR}
+       ln ${DESTDIR}${MDIR}/arff.0 ${DESTDIR}${MDIR}/flcopy.0
+
+FRC: