1995-01-11 04:29:38 +00:00
|
|
|
# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
|
1999-08-28 00:22:10 +00:00
|
|
|
# $FreeBSD$
|
1994-05-30 19:09:18 +00:00
|
|
|
|
2006-03-17 18:54:44 +00:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2007-03-02 11:42:56 +00:00
|
|
|
SUBDIR= ${_bind9} IPv6 legal papers psd smm usd
|
2004-09-25 00:42:38 +00:00
|
|
|
|
2006-03-17 18:54:44 +00:00
|
|
|
.if ${MK_BIND} != "no"
|
2004-09-25 00:42:38 +00:00
|
|
|
_bind9= bind9
|
|
|
|
.endif
|
1996-12-18 07:14:37 +00:00
|
|
|
|
2002-10-29 14:58:00 +00:00
|
|
|
# Default output format for troff documents is ascii.
|
2000-11-24 14:08:07 +00:00
|
|
|
# To generate postscript versions of troff documents, use:
|
|
|
|
# make PRINTERDEVICE=ps
|
1995-10-18 05:07:43 +00:00
|
|
|
|
1994-05-30 19:09:18 +00:00
|
|
|
.include <bsd.subdir.mk>
|