]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - share/doc/smm/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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 SUBDIR= 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
35 .include <bsd.subdir.mk>