15493Swollman#	From: @(#)Makefile	8.1 (Berkeley) 6/5/93
250476Speter# $FreeBSD$
31638Srgrimes
4156813Sru.include <bsd.own.mk>
5156813Sru
6225949SdimSUBDIR=	${_bind9} IPv6 legal ${_llvm} ${_roffdocs}
71638Srgrimes
8156813Sru.if ${MK_BIND} != "no"
9135778Sdougb_bind9=	bind9
10135778Sdougb.endif
11135778Sdougb
12225949Sdim.if ${MK_CLANG} != "no"
13225949Sdim_llvm=	llvm
14225949Sdim.endif
15225949Sdim
16218941Suqs# FIXME this is not a real solution ...
17218941Suqs.if ${MK_GROFF} != "no"
18218941Suqs_roffdocs=	papers psd smm usd
19218941Suqs.endif
20218941Suqs
21106144Sru# Default output format for troff documents is ascii.
2269121Sru# To generate postscript versions of troff documents, use:
2369121Sru#  make PRINTERDEVICE=ps
2411560Sjfieber
251638Srgrimes.include <bsd.subdir.mk>
26