1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-26 11:47:31 +00:00
freebsd/share/doc/Makefile

22 lines
433 B
Makefile
Raw Normal View History

# 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
.include <bsd.own.mk>
SUBDIR= ${_bind9} IPv6 legal ${_roffdocs}
.if ${MK_BIND} != "no"
_bind9= bind9
.endif
# FIXME this is not a real solution ...
.if ${MK_GROFF} != "no"
_roffdocs= papers psd smm usd
.endif
# Default output format for troff documents is ascii.
# To generate postscript versions of troff documents, use:
# make PRINTERDEVICE=ps
1994-05-30 19:09:18 +00:00
.include <bsd.subdir.mk>