1 # $NetBSD: Makefile,v 1.19 2004/01/11 16:11:52 lukem Exp $
2 # from: @(#)Makefile 8.2 (Berkeley) 5/10/94
6 # The following modules do not build/install:
12 # Missing from 4.4BSD-Lite:
13 # 14.uucpimpl 15.uucpnet 16.security
15 BINDIR
= /usr
/share
/doc
/smm
17 FILES
= 00.contents Makefile Title
19 SUBDIR
= 01.setup
04.quotas
05.fastfs
06.nfs
17.password
18.net
20 .if exists
(03.fsck_ffs
)
26 .if exists
(08.sendmailop
)
27 SUBDIR
+= 08.sendmailop
29 .if exists
(09.sendmail
)
32 #SUBDIR= 01.setup 02.config 03.fsck 04.quotas 05.fastfs 06.nfs 07.lpd \
33 # 08.sendmailop 09.sendmail 14.uucpimpl \
34 # 15.uucpnet 16.security 17.password 18.net 19.perl
37 ${TOOL_ROFF_PS} -ms Title
> ${.TARGET
}
40 ${TOOL_ROFF_PS} -ms
00.contents
> ${.TARGET
}
42 .
include <bsd.prog.mk
>
43 .
include <bsd.subdir.mk
>