]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - share/doc/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / share / doc / Makefile
1 #       From: @(#)Makefile      8.1 (Berkeley) 6/5/93
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 SUBDIR= ${_bind9} IPv6 legal papers psd smm usd
7
8 .if ${MK_BIND} != "no"
9 _bind9= bind9
10 .endif
11
12 # Default output format for troff documents is ascii.
13 # To generate postscript versions of troff documents, use:
14 #  make PRINTERDEVICE=ps
15
16 .include <bsd.subdir.mk>