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