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