xref: /freebsd/share/doc/smm/Makefile (revision e1fe3dba5ce2826061f6489765be9b4a341736a9)
1f8f8058eSGarrett Wollman#	From: @(#)Makefile	8.1 (Berkeley) 6/10/93
27f3dea24SPeter Wemm# $FreeBSD$
3f8f8058eSGarrett Wollman
4e1fe3dbaSRuslan Ermilov.include <bsd.own.mk>
5e1fe3dbaSRuslan Ermilov
6f8f8058eSGarrett Wollman# The following modules do not describe FreeBSD:
7255f8532SJordan K. Hubbard# 14.uucpimpl, 15.uucpnet
8afe61c15SRodney W. Grimes
9afe61c15SRodney W. Grimes# The following modules do not build/install:
10f8f8058eSGarrett Wollman# 13.amd (documentation is TeXinfo)
11f8f8058eSGarrett Wollman# 16.security 17.password (encumbered)
12afe61c15SRodney W. Grimes
13ab9ddd8eSBruce Evans# The following modules are built with their programs:
14ab9ddd8eSBruce Evans# 07.lpd
15ab9ddd8eSBruce Evans
1624dfc360SRuslan ErmilovSUBDIR=	title \
1724dfc360SRuslan Ermilov	contents \
1824dfc360SRuslan Ermilov	01.setup \
1924dfc360SRuslan Ermilov	02.config \
2024dfc360SRuslan Ermilov	03.fsck \
2124dfc360SRuslan Ermilov	04.quotas \
2224dfc360SRuslan Ermilov	05.fastfs \
2324dfc360SRuslan Ermilov	06.nfs \
2424dfc360SRuslan Ermilov	${_08.sendmailop} \
2524dfc360SRuslan Ermilov	11.timedop \
2624dfc360SRuslan Ermilov	12.timed \
2724dfc360SRuslan Ermilov	18.net
28afe61c15SRodney W. Grimes
29e1fe3dbaSRuslan Ermilov.if ${MK_SENDMAIL} != "no"
3024dfc360SRuslan Ermilov_08.sendmailop=	08.sendmailop
316dbfffa3SGregory Neil Shapiro.endif
326dbfffa3SGregory Neil Shapiro
33afe61c15SRodney W. Grimes.include <bsd.subdir.mk>
34