freebsd-dev/share/doc/Makefile
Doug Barton 316220f826 Ruslan teaches me yet another useful fact. "Please sort these lexically"
does NOT mean in Unix-caps-first order.
2004-09-25 09:11:39 +00:00

15 lines
307 B
Makefile

# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
SUBDIR= ${_bind9} IPv6 papers psd smm usd
.if !defined(NO_BIND)
_bind9= bind9
.endif
# Default output format for troff documents is ascii.
# To generate postscript versions of troff documents, use:
# make PRINTERDEVICE=ps
.include <bsd.subdir.mk>