]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/doc/Makefile
zfs: merge openzfs/zfs@a03ebd9be
[FreeBSD/FreeBSD.git] / share / doc / Makefile
1
2 .include <src.opts.mk>
3
4 SUBDIR= ${_IPv6} \
5         ${_atf} \
6         legal \
7         ${_llvm} \
8         ${_pjdfstest} \
9         ${_roffdocs}
10
11 .if ${MK_TESTS} != "no"
12 _atf= atf
13 _pjdfstest= pjdfstest
14 .endif
15
16 .if ${MK_CLANG} != "no"
17 _llvm=  llvm
18 .endif
19
20 .if ${MK_INET6} != "no"
21 _IPv6=  IPv6
22 .endif
23
24 SUBDIR_PARALLEL=
25
26 # Default output format for troff documents is ascii.
27 # To generate postscript versions of troff documents, use:
28 #  make PRINTERDEVICE=ps
29
30 .include <bsd.subdir.mk>