Deleted Added
full compact
Makefile (225880) Makefile (241823)
1# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
1# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/share/doc/Makefile 225880 2011-09-29 18:12:40Z dim $
2# $FreeBSD: head/share/doc/Makefile 241823 2012-10-22 01:18:41Z marcel $
3
4.include <bsd.own.mk>
5
3
4.include <bsd.own.mk>
5
6SUBDIR= ${_bind9} IPv6 legal ${_llvm} ${_roffdocs}
6SUBDIR= ${_IPv6} \
7 ${_atf} \
8 ${_bind9} \
9 legal \
10 ${_llvm} \
11 ${_roffdocs}
7
12
13.if ${MK_ATF} != "no"
14_atf= atf
15.endif
16
8.if ${MK_BIND} != "no"
9_bind9= bind9
10.endif
11
12.if ${MK_CLANG} != "no"
13_llvm= llvm
14.endif
15
17.if ${MK_BIND} != "no"
18_bind9= bind9
19.endif
20
21.if ${MK_CLANG} != "no"
22_llvm= llvm
23.endif
24
25.if ${MK_INET6} != "no"
26_IPv6= IPv6
27.endif
28
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>
29# FIXME this is not a real solution ...
30.if ${MK_GROFF} != "no"
31_roffdocs= papers psd smm usd
32.endif
33
34# Default output format for troff documents is ascii.
35# To generate postscript versions of troff documents, use:
36# make PRINTERDEVICE=ps
37
38.include <bsd.subdir.mk>