11.21Sdholland# $NetBSD: Makefile,v 1.21 2014/07/05 19:22:04 dholland Exp $ 21.13Smrg# from: @(#)Makefile 8.2 (Berkeley) 5/10/94 31.17Slukem 41.17Slukem.include <bsd.own.mk> 51.6Scgd 61.6Scgd# The following modules do not build/install: 71.6Scgd# 10.named, 13.amd 81.1Scgd 91.7Scgd# Missing from 4.4BSD-Lite: 101.20Smjf# 14.uucpimpl 15.uucpnet 16.security 111.7Scgd 121.21SdhollandSUBDIR= 01.setup config 04.quotas 05.fastfs 06.nfs 17.password 18.net 131.9Scgd.if exists(03.fsck_ffs) 141.9ScgdSUBDIR+= 03.fsck_ffs 151.8Scgd.endif 161.8Scgd.if exists(07.lpd) 171.8ScgdSUBDIR+= 07.lpd 181.8Scgd.endif 191.8Scgd.if exists(08.sendmailop) 201.8ScgdSUBDIR+= 08.sendmailop 211.8Scgd.endif 221.8Scgd.if exists(09.sendmail) 231.8ScgdSUBDIR+= 09.sendmail 241.7Scgd.endif 251.13Smrg#SUBDIR= 01.setup 02.config 03.fsck 04.quotas 05.fastfs 06.nfs 07.lpd \ 261.14Schristos# 08.sendmailop 09.sendmail 14.uucpimpl \ 271.13Smrg# 15.uucpnet 16.security 17.password 18.net 19.perl 281.6Scgd 291.21SdhollandSECTION=smm 301.21SdhollandSUBARTICLES=title contents 311.21SdhollandSRCS.title=Title 321.21SdhollandSRCS.contents=00.contents 331.21SdhollandMACROS=-ms 341.4Sjtc 351.21Sdholland.include <bsd.doc.mk> 361.1Scgd.include <bsd.subdir.mk> 37