BSD 4_4 release
[unix-history] / usr / share / doc / smm / Makefile
index 60c36e3..2e22765 100644 (file)
@@ -1,12 +1,25 @@
-#      @(#)Makefile    5.1 (Berkeley) 6/30/90
+#      @(#)Makefile    8.1 (Berkeley) 6/10/93
+
+# The following modules do not build/install:
+# 10.named, 13.amd
 
 
-# 01.setup isn't right yet.
 BINDIR=        /usr/share/doc/smm
 FILES= 00.contents Makefile Title
 BINDIR=        /usr/share/doc/smm
 FILES= 00.contents Makefile Title
-SUBDIR=        02.config 03.kdebug 04.quotas 05.fsck 06.lpd 07.sendmailop \
-       08.timedop 09.uucpimpl 10.newsop 11.named 12.uchanges 13.kchanges \
-       14.fastfs 15.net 16.sendmail 17.security 18.password 19.porttour \
-       20.termdesc 21.uucpnet 22.timed
+SUBDIR=        01.setup 02.config 03.fsck 04.quotas 05.fastfs 06.nfs 07.lpd \
+       08.sendmailop 09.sendmail 11.timedop 12.timed 14.uucpimpl \
+       15.uucpnet 16.security 17.password 18.net
+
+Title.ps: ${FILES}
+       groff Title > ${.TARGET}
+
+contents.ps: ${FILES}
+       groff -ms 00.contents > ${.TARGET}
+
+.if    ${MACHINE} == "tahoe"
+SUBDIR+=01.setup
+.elif  ${MACHINE} == "vax"
+SUBDIR+=01.setup
+.endif
 
 beforeinstall:
        install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
 
 beforeinstall:
        install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \