1995-01-11 04:29:38 +00:00
|
|
|
# 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
|
|
|
|
2014-05-06 04:22:01 +00:00
|
|
|
.include <src.opts.mk>
|
2006-03-17 18:54:44 +00:00
|
|
|
|
2012-10-22 01:18:41 +00:00
|
|
|
SUBDIR= ${_IPv6} \
|
|
|
|
${_atf} \
|
|
|
|
legal \
|
|
|
|
${_llvm} \
|
2014-11-03 07:18:42 +00:00
|
|
|
${_pjdfstest} \
|
2012-10-22 01:18:41 +00:00
|
|
|
${_roffdocs}
|
|
|
|
|
2013-11-08 14:24:47 +00:00
|
|
|
.if ${MK_TESTS} != "no"
|
2012-10-22 01:18:41 +00:00
|
|
|
_atf= atf
|
2014-11-03 07:18:42 +00:00
|
|
|
_pjdfstest= pjdfstest
|
2012-10-22 01:18:41 +00:00
|
|
|
.endif
|
2004-09-25 00:42:38 +00:00
|
|
|
|
2011-09-29 18:12:40 +00:00
|
|
|
.if ${MK_CLANG} != "no"
|
|
|
|
_llvm= llvm
|
|
|
|
.endif
|
|
|
|
|
2012-10-22 01:18:41 +00:00
|
|
|
.if ${MK_INET6} != "no"
|
|
|
|
_IPv6= IPv6
|
|
|
|
.endif
|
|
|
|
|
2015-10-15 22:55:08 +00:00
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
|
2002-10-29 14:58:00 +00:00
|
|
|
# Default output format for troff documents is ascii.
|
2000-11-24 14:08:07 +00:00
|
|
|
# To generate postscript versions of troff documents, use:
|
|
|
|
# make PRINTERDEVICE=ps
|
1995-10-18 05:07:43 +00:00
|
|
|
|
1994-05-30 19:09:18 +00:00
|
|
|
.include <bsd.subdir.mk>
|