diff options
Diffstat (limited to 'share/doc/Makefile')
-rw-r--r-- | share/doc/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/share/doc/Makefile b/share/doc/Makefile new file mode 100644 index 000000000000..61b26d70dc97 --- /dev/null +++ b/share/doc/Makefile @@ -0,0 +1,16 @@ +# From: @(#)Makefile 8.1 (Berkeley) 6/5/93 +# $FreeBSD$ + +.include <bsd.own.mk> + +SUBDIR= ${_bind9} IPv6 legal papers psd smm usd + +.if ${MK_BIND} != "no" +_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> |