Misc mdoc(7) cleanup:
[dragonfly.git] / share / doc / smm / Makefile
1 #       From: @(#)Makefile      8.1 (Berkeley) 6/10/93
2 # $FreeBSD: src/share/doc/smm/Makefile,v 1.14.2.3 2002/07/07 08:19:19 dougb Exp $
3 # $DragonFly: src/share/doc/smm/Makefile,v 1.2 2003/06/17 04:36:57 dillon Exp $
4
5 # The following modules do not describe FreeBSD:
6 # 14.uucpimpl, 15.uucpnet
7
8 # The following modules do not build/install:
9 # 13.amd (documentation is TeXinfo)
10 # 16.security 17.password (encumbered)
11
12 # The following modules are built with their programs:
13 # 07.lpd
14
15 SUBDIR= title contents 01.setup 02.config 03.fsck 04.quotas 05.fastfs \
16         06.nfs 11.timedop \
17         12.timed 18.net
18
19 .if !defined(NO_SENDMAIL)
20 SUBDIR+=08.sendmailop 
21 .endif
22
23 .include <bsd.subdir.mk>