]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - share/doc/smm/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / share / doc / smm / Makefile
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
16 SUBDIR= 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>