Deleted Added
full compact
Makefile (218941) Makefile (225880)
1# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
1# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/share/doc/Makefile 218941 2011-02-22 08:13:49Z uqs $
2# $FreeBSD: head/share/doc/Makefile 225880 2011-09-29 18:12:40Z dim $
3
4.include <bsd.own.mk>
5
3
4.include <bsd.own.mk>
5
6SUBDIR= ${_bind9} IPv6 legal ${_roffdocs}
6SUBDIR= ${_bind9} IPv6 legal ${_llvm} ${_roffdocs}
7
8.if ${MK_BIND} != "no"
9_bind9= bind9
10.endif
11
7
8.if ${MK_BIND} != "no"
9_bind9= bind9
10.endif
11
12.if ${MK_CLANG} != "no"
13_llvm= llvm
14.endif
15
12# FIXME this is not a real solution ...
13.if ${MK_GROFF} != "no"
14_roffdocs= papers psd smm usd
15.endif
16
17# Default output format for troff documents is ascii.
18# To generate postscript versions of troff documents, use:
19# make PRINTERDEVICE=ps
20
21.include <bsd.subdir.mk>
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>