]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/doc/smm/Makefile
This commit was generated by cvs2svn to compensate for changes in r155131,
[FreeBSD/FreeBSD.git] / share / doc / smm / Makefile
1 #       From: @(#)Makefile      8.1 (Berkeley) 6/10/93
2 # $FreeBSD$
3
4 # The following modules do not describe FreeBSD:
5 # 14.uucpimpl, 15.uucpnet
6
7 # The following modules do not build/install:
8 # 13.amd (documentation is TeXinfo)
9 # 16.security 17.password (encumbered)
10
11 # The following modules are built with their programs:
12 # 07.lpd
13
14 SUBDIR= title \
15         contents \
16         01.setup \
17         02.config \
18         03.fsck \
19         04.quotas \
20         05.fastfs \
21         06.nfs \
22         ${_08.sendmailop} \
23         11.timedop \
24         12.timed \
25         18.net
26
27 .if !defined(NO_SENDMAIL)
28 _08.sendmailop= 08.sendmailop 
29 .endif
30
31 .include <bsd.subdir.mk>