1 1.21 dholland # $NetBSD: Makefile,v 1.21 2014/07/05 19:22:04 dholland Exp $ 2 1.13 mrg # from: @(#)Makefile 8.2 (Berkeley) 5/10/94 3 1.17 lukem 4 1.17 lukem .include <bsd.own.mk> 5 1.6 cgd 6 1.6 cgd # The following modules do not build/install: 7 1.6 cgd # 10.named, 13.amd 8 1.1 cgd 9 1.7 cgd # Missing from 4.4BSD-Lite: 10 1.20 mjf # 14.uucpimpl 15.uucpnet 16.security 11 1.7 cgd 12 1.21 dholland SUBDIR= 01.setup config 04.quotas 05.fastfs 06.nfs 17.password 18.net 13 1.9 cgd .if exists(03.fsck_ffs) 14 1.9 cgd SUBDIR+= 03.fsck_ffs 15 1.8 cgd .endif 16 1.8 cgd .if exists(07.lpd) 17 1.8 cgd SUBDIR+= 07.lpd 18 1.8 cgd .endif 19 1.8 cgd .if exists(08.sendmailop) 20 1.8 cgd SUBDIR+= 08.sendmailop 21 1.8 cgd .endif 22 1.8 cgd .if exists(09.sendmail) 23 1.8 cgd SUBDIR+= 09.sendmail 24 1.7 cgd .endif 25 1.13 mrg #SUBDIR= 01.setup 02.config 03.fsck 04.quotas 05.fastfs 06.nfs 07.lpd \ 26 1.14 christos # 08.sendmailop 09.sendmail 14.uucpimpl \ 27 1.13 mrg # 15.uucpnet 16.security 17.password 18.net 19.perl 28 1.6 cgd 29 1.21 dholland SECTION=smm 30 1.21 dholland SUBARTICLES=title contents 31 1.21 dholland SRCS.title=Title 32 1.21 dholland SRCS.contents=00.contents 33 1.21 dholland MACROS=-ms 34 1.4 jtc 35 1.21 dholland .include <bsd.doc.mk> 36 1.1 cgd .include <bsd.subdir.mk> 37