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