]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - share/doc/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.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= ${_IPv6} \
7         ${_atf} \
8         legal \
9         ${_llvm} \
10         ${_pjdfstest} \
11         ${_roffdocs}
12
13 .if ${MK_TESTS} != "no"
14 _atf= atf
15 _pjdfstest= pjdfstest
16 .endif
17
18 .if ${MK_CLANG} != "no"
19 _llvm=  llvm
20 .endif
21
22 .if ${MK_INET6} != "no"
23 _IPv6=  IPv6
24 .endif
25
26 # FIXME this is not a real solution ...
27 .if ${MK_GROFF} != "no"
28 _roffdocs=      papers psd smm usd
29 .endif
30
31 # Default output format for troff documents is ascii.
32 # To generate postscript versions of troff documents, use:
33 #  make PRINTERDEVICE=ps
34
35 .include <bsd.subdir.mk>