xref: /freebsd/share/doc/smm/Makefile (revision 069ac184)
1
2.include <src.opts.mk>
3
4# The following modules do not describe FreeBSD:
5# 14.uucpimpl, 15.uucpnet
6
7# The following modules do not build/install:
8# 13.amd (documentation is TeXinfo)
9# 16.security 17.password (encumbered)
10
11SUBDIR=	title \
12	contents \
13	01.setup \
14	02.config \
15	03.fsck \
16	04.quotas \
17	05.fastfs \
18	06.nfs \
19	${_07.lpd} \
20	${_08.sendmailop} \
21	11.timedop \
22	12.timed \
23	18.net
24
25.if ${MK_SENDMAIL} != "no"
26_08.sendmailop=	08.sendmailop
27.endif
28
29.if ${MK_LPR} != "no"
30_07.lpd=	07.lpd
31.endif
32
33SUBDIR_PARALLEL=
34
35.include <bsd.subdir.mk>
36