Makefile revision 1.14
1# $NetBSD: Makefile,v 1.14 1997/12/21 16:12:03 christos 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 14FILES= 00.contents Makefile Title 15SUBDIR= 01.setup 04.quotas 05.fastfs 06.nfs 18.net 16.if exists(03.fsck_ffs) 17SUBDIR+= 03.fsck_ffs 18.endif 19.if exists(07.lpd) 20SUBDIR+= 07.lpd 21.endif 22.if exists(08.sendmailop) 23SUBDIR+= 08.sendmailop 24.endif 25.if exists(09.sendmail) 26SUBDIR+= 09.sendmail 27.endif 28#SUBDIR= 01.setup 02.config 03.fsck 04.quotas 05.fastfs 06.nfs 07.lpd \ 29# 08.sendmailop 09.sendmail 14.uucpimpl \ 30# 15.uucpnet 16.security 17.password 18.net 19.perl 31 32Title.ps: ${FILES} 33 groff -ms Title > ${.TARGET} 34 35contents.ps: ${FILES} 36 groff -ms 00.contents > ${.TARGET} 37 38.include <bsd.prog.mk> 39.include <bsd.subdir.mk> 40