Current Path : /usr/src/share/doc/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/share/doc/Makefile |
# From: @(#)Makefile 8.1 (Berkeley) 6/5/93 # $FreeBSD: release/9.1.0/share/doc/Makefile 225949 2011-10-03 20:27:51Z dim $ .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>