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