324d7156d7
too-thorough cleanup of unused files, in r213695. Also make sure these get installed under /usr/share/doc. Submitted by: rwatson, brooks Pointy hat to: dim MFC after: 3 days
26 lines
486 B
Makefile
26 lines
486 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= ${_bind9} IPv6 legal ${_llvm} ${_roffdocs}
|
|
|
|
.if ${MK_BIND} != "no"
|
|
_bind9= bind9
|
|
.endif
|
|
|
|
.if ${MK_CLANG} != "no"
|
|
_llvm= llvm
|
|
.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
|
|
|
|
.include <bsd.subdir.mk>
|