Makefile revision 1.15
1# $NetBSD: Makefile,v 1.15 1998/09/27 17:22:07 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 13BINDIR= /usr/share/doc/smm 14.if !defined(NOSHARE) 15FILES= 00.contents Makefile Title 16.endif 17SUBDIR= 01.setup 04.quotas 05.fastfs 06.nfs 18.net 18.if exists(03.fsck_ffs) 19SUBDIR+= 03.fsck_ffs 20.endif 21.if exists(07.lpd) 22SUBDIR+= 07.lpd 23.endif 24.if exists(08.sendmailop) 25SUBDIR+= 08.sendmailop 26.endif 27.if exists(09.sendmail) 28SUBDIR+= 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 34Title.ps: ${FILES} 35 groff -ms Title > ${.TARGET} 36 37contents.ps: ${FILES} 38 groff -ms 00.contents > ${.TARGET} 39 40.include <bsd.prog.mk> 41.include <bsd.subdir.mk> 42