1 # $NetBSD: Makefile,v 1.13 1997/10/17 09:44:39 mrg Exp $ 2 # from: @(#)Makefile 8.2 (Berkeley) 5/10/94 3 4 # The following modules do not build/install: 5 # 10.named, 13.amd 6 7 # Missing: 8 # 02.config 11.timedop 12.timed 9 10 # Missing from 4.4BSD-Lite: 11 # 14.uucpimpl 15.uucpnet 16.security 17.password 12 13 BINDIR= /usr/share/doc/smm 14 FILES= 00.contents Makefile Title 15 SUBDIR= 01.setup 04.quotas 05.fastfs 06.nfs 18.net 16 .if exists(03.fsck_ffs) 17 SUBDIR+= 03.fsck_ffs 18 .endif 19 .if exists(07.lpd) 20 SUBDIR+= 07.lpd 21 .endif 22 .if exists(08.sendmailop) 23 SUBDIR+= 08.sendmailop 24 .endif 25 .if exists(09.sendmail) 26 SUBDIR+= 09.sendmail 27 .endif 28 #SUBDIR= 01.setup 02.config 03.fsck 04.quotas 05.fastfs 06.nfs 07.lpd \ 29 # 08.sendmailop 09.sendmail 11.timedop 12.timed 14.uucpimpl \ 30 # 15.uucpnet 16.security 17.password 18.net 19.perl 31 32 Title.ps: ${FILES} 33 groff -ms Title > ${.TARGET} 34 35 contents.ps: ${FILES} 36 groff -ms 00.contents > ${.TARGET} 37 38 .include <bsd.prog.mk> 39 .include <bsd.subdir.mk> 40