Home | History | Annotate | Line # | Download | only in smm
Makefile revision 1.16
      1 #	$NetBSD: Makefile,v 1.16 1999/02/13 02:54:34 lukem 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
      9 
     10 # Missing from 4.4BSD-Lite:
     11 # 14.uucpimpl 15.uucpnet 16.security 17.password
     12 
     13 BINDIR=	/usr/share/doc/smm
     14 .if ${MKSHARE} != "no"
     15 FILES=	00.contents Makefile Title
     16 .endif
     17 SUBDIR=	01.setup 04.quotas 05.fastfs 06.nfs 18.net
     18 .if exists(03.fsck_ffs)
     19 SUBDIR+= 03.fsck_ffs
     20 .endif
     21 .if exists(07.lpd)
     22 SUBDIR+= 07.lpd
     23 .endif
     24 .if exists(08.sendmailop)
     25 SUBDIR+= 08.sendmailop
     26 .endif
     27 .if exists(09.sendmail)
     28 SUBDIR+= 09.sendmail
     29 .endif
     30 #SUBDIR=	01.setup 02.config 03.fsck 04.quotas 05.fastfs 06.nfs 07.lpd \
     31 #	08.sendmailop 09.sendmail 14.uucpimpl \
     32 #	15.uucpnet 16.security 17.password 18.net 19.perl
     33 
     34 Title.ps: ${FILES}
     35 	groff -ms Title > ${.TARGET}
     36 
     37 contents.ps: ${FILES}
     38 	groff -ms 00.contents > ${.TARGET}
     39 
     40 .include <bsd.prog.mk>
     41 .include <bsd.subdir.mk>
     42