xref: /freebsd/share/doc/Makefile (revision 71651a2743acfa3756ab1e7c3983e6861c6fada1)
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