Deleted Added
full compact
1# From: @(#)Makefile 8.1 (Berkeley) 6/10/93
2# $Id$
3
4# The following modules do not describe FreeBSD:
5# 14.uucpimpl, 15.uucpnet
6
7# The following modules do not build/install:
8# 06.nfs 08.sendmailop 09.sendmail (requre -me macros, which are broken)
9# 10.named (no documentation at all)
10# 13.amd (documentation is TeXinfo)
11# 16.security 17.password (encumbered)
12
13BINDIR= /usr/share/doc/smm
14SUBDIR= title contents 01.setup 02.config 03.fsck 04.quotas 05.fastfs \
15 07.lpd 11.timedop 12.timed 18.net
16
17.if ${MACHINE} == "tahoe"
18SUBDIR+=01.setup
19.elif ${MACHINE} == "vax"
20SUBDIR+=01.setup
21.endif
22
23.include <bsd.subdir.mk>