Home | History | Annotate | Line # | Download | only in smm
      1 #	$NetBSD: Makefile,v 1.21 2014/07/05 19:22:04 dholland 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 from 4.4BSD-Lite:
     10 # 14.uucpimpl 15.uucpnet 16.security
     11 
     12 SUBDIR=	01.setup config 04.quotas 05.fastfs 06.nfs 17.password 18.net
     13 .if exists(03.fsck_ffs)
     14 SUBDIR+= 03.fsck_ffs
     15 .endif
     16 .if exists(07.lpd)
     17 SUBDIR+= 07.lpd
     18 .endif
     19 .if exists(08.sendmailop)
     20 SUBDIR+= 08.sendmailop
     21 .endif
     22 .if exists(09.sendmail)
     23 SUBDIR+= 09.sendmail
     24 .endif
     25 #SUBDIR=	01.setup 02.config 03.fsck 04.quotas 05.fastfs 06.nfs 07.lpd \
     26 #	08.sendmailop 09.sendmail 14.uucpimpl \
     27 #	15.uucpnet 16.security 17.password 18.net 19.perl
     28 
     29 SECTION=smm
     30 SUBARTICLES=title contents
     31 SRCS.title=Title
     32 SRCS.contents=00.contents
     33 MACROS=-ms
     34 
     35 .include <bsd.doc.mk>
     36 .include <bsd.subdir.mk>
     37