xref: /freebsd/share/doc/Makefile (revision 6af83ee0d2941d18880b6aaa2b4facd1d30c6106)
1#	From: @(#)Makefile	8.1 (Berkeley) 6/5/93
2# $FreeBSD$
3
4SUBDIR=	${_bind9} IPv6 papers psd smm usd
5
6.if !defined(NO_BIND)
7_bind9=	bind9
8.endif
9
10# Default output format for troff documents is ascii.
11# To generate postscript versions of troff documents, use:
12#  make PRINTERDEVICE=ps
13
14.include <bsd.subdir.mk>
15