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