1995-01-10 23:29:38 -05:00
|
|
|
# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
|
1999-08-27 20:22:10 -04:00
|
|
|
# $FreeBSD$
|
1994-05-30 15:09:18 -04:00
|
|
|
|
2014-05-06 00:22:01 -04:00
|
|
|
.include <src.opts.mk>
|
2006-03-17 13:54:44 -05:00
|
|
|
|
2012-10-21 21:18:41 -04:00
|
|
|
SUBDIR= ${_IPv6} \
|
|
|
|
|
${_atf} \
|
|
|
|
|
legal \
|
|
|
|
|
${_llvm} \
|
2014-11-03 02:18:42 -05:00
|
|
|
${_pjdfstest} \
|
2012-10-21 21:18:41 -04:00
|
|
|
${_roffdocs}
|
|
|
|
|
|
2013-11-08 09:24:47 -05:00
|
|
|
.if ${MK_TESTS} != "no"
|
2012-10-21 21:18:41 -04:00
|
|
|
_atf= atf
|
2014-11-03 02:18:42 -05:00
|
|
|
_pjdfstest= pjdfstest
|
2012-10-21 21:18:41 -04:00
|
|
|
.endif
|
2004-09-24 20:42:38 -04:00
|
|
|
|
2011-09-29 14:12:40 -04:00
|
|
|
.if ${MK_CLANG} != "no"
|
|
|
|
|
_llvm= llvm
|
|
|
|
|
.endif
|
|
|
|
|
|
2012-10-21 21:18:41 -04:00
|
|
|
.if ${MK_INET6} != "no"
|
|
|
|
|
_IPv6= IPv6
|
|
|
|
|
.endif
|
|
|
|
|
|
2015-10-15 18:55:08 -04:00
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
|
|
2002-10-29 09:58:00 -05:00
|
|
|
# Default output format for troff documents is ascii.
|
2000-11-24 09:08:07 -05:00
|
|
|
# To generate postscript versions of troff documents, use:
|
|
|
|
|
# make PRINTERDEVICE=ps
|
1995-10-18 01:07:43 -04:00
|
|
|
|
1994-05-30 15:09:18 -04:00
|
|
|
.include <bsd.subdir.mk>
|