]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - share/doc/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / share / doc / Makefile
1 #       From: @(#)Makefile      8.1 (Berkeley) 6/5/93
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 SUBDIR= ${_bind9} IPv6 legal ${_llvm} ${_roffdocs}
7
8 .if ${MK_BIND} != "no"
9 _bind9= bind9
10 .endif
11
12 .if ${MK_CLANG} != "no"
13 _llvm=  llvm
14 .endif
15
16 # FIXME this is not a real solution ...
17 .if ${MK_GROFF} != "no"
18 _roffdocs=      papers psd smm usd
19 .endif
20
21 # Default output format for troff documents is ascii.
22 # To generate postscript versions of troff documents, use:
23 #  make PRINTERDEVICE=ps
24
25 .include <bsd.subdir.mk>