xref: /freebsd/share/doc/smm/Makefile (revision 1e413cf93298b5b97441a21d9a50fdcd0ee9945e)
1#	From: @(#)Makefile	8.1 (Berkeley) 6/10/93
2# $FreeBSD$
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
13# The following modules are built with their programs:
14# 07.lpd
15
16SUBDIR=	title \
17	contents \
18	01.setup \
19	02.config \
20	03.fsck \
21	04.quotas \
22	05.fastfs \
23	06.nfs \
24	${_08.sendmailop} \
25	11.timedop \
26	12.timed \
27	18.net
28
29.if ${MK_SENDMAIL} != "no"
30_08.sendmailop=	08.sendmailop
31.endif
32
33.include <bsd.subdir.mk>
34