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