386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Wed, 8 May 1991 04:46:16 +0000 (20:46 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Wed, 8 May 1991 04:46:16 +0000 (20:46 -0800)
Work on file usr/othersrc/share/doc/smm/Makefile

Co-Authored-By: Lynne Greer Jolitz <ljolitz@cardio.ucsf.edu>
Synthesized-from: 386BSD-0.1

usr/othersrc/share/doc/smm/Makefile [new file with mode: 0644]

diff --git a/usr/othersrc/share/doc/smm/Makefile b/usr/othersrc/share/doc/smm/Makefile
new file mode 100644 (file)
index 0000000..2523b1d
--- /dev/null
@@ -0,0 +1,22 @@
+#      @(#)Makefile    5.2.1.2 (Berkeley) 5/7/91
+
+# Missing: 03.kdebug 09.uucpimpl 12.uchanges 13.kchanges 17.security
+#         18.password 19.porttour 21.uucpnet
+BINDIR=        /usr/share/doc/smm
+FILES= 00.contents Makefile Title
+SUBDIR=        02.config 04.quotas 05.fsck 06.lpd 07.sendmailop \
+       08.timedop 10.newsop 11.named \
+       14.fastfs 15.net 16.sendmail \
+       20.termdesc 22.timed
+
+.if    ${MACHINE} == "tahoe"
+SUBDIR+=01.setup
+.elif  ${MACHINE} == "vax"
+SUBDIR+=01.setup
+.endif
+
+beforeinstall:
+       install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
+           ${DESTDIR}${BINDIR}
+
+.include <bsd.subdir.mk>