1999-08-27 19:37:10 -04:00
|
|
|
# $FreeBSD$
|
1994-01-29 19:31:51 -05:00
|
|
|
|
2014-05-06 00:22:01 -04:00
|
|
|
.include <src.opts.mk>
|
2006-03-17 13:54:44 -05:00
|
|
|
|
2010-01-20 16:30:52 -05:00
|
|
|
SUBDIR= ${_binutils} \
|
2004-07-07 13:24:30 -04:00
|
|
|
${_cc} \
|
|
|
|
|
dialog \
|
|
|
|
|
diff \
|
|
|
|
|
diff3 \
|
2010-06-13 09:02:43 -04:00
|
|
|
${_dtc} \
|
2004-07-07 13:24:30 -04:00
|
|
|
${_gdb} \
|
|
|
|
|
${_gperf} \
|
2011-06-08 17:29:33 -04:00
|
|
|
grep \
|
2004-07-07 13:24:30 -04:00
|
|
|
${_groff} \
|
2013-10-09 13:07:20 -04:00
|
|
|
${_rcs} \
|
2015-01-02 13:45:03 -05:00
|
|
|
${_tests}
|
2008-09-01 14:18:19 -04:00
|
|
|
|
2015-07-18 20:38:19 -04:00
|
|
|
SUBDIR_DEPEND_gdb= ${_binutils}
|
|
|
|
|
|
2006-03-17 13:54:44 -05:00
|
|
|
.if ${MK_CXX} != "no"
|
2014-10-09 19:05:31 -04:00
|
|
|
.if ${MK_GCC} != "no"
|
2004-07-07 13:24:30 -04:00
|
|
|
_gperf= gperf
|
2014-10-09 19:05:31 -04:00
|
|
|
.endif
|
2006-03-17 13:54:44 -05:00
|
|
|
.if ${MK_GROFF} != "no"
|
2004-07-07 13:24:30 -04:00
|
|
|
_groff= groff
|
2003-02-23 21:40:56 -05:00
|
|
|
.endif
|
2005-08-03 05:22:42 -04:00
|
|
|
.endif
|
1998-03-13 14:34:40 -05:00
|
|
|
|
2013-01-22 12:49:51 -05:00
|
|
|
.if ${MK_GPL_DTC} != "no"
|
2010-06-13 09:02:43 -04:00
|
|
|
_dtc= dtc
|
|
|
|
|
.endif
|
|
|
|
|
|
2013-10-09 13:07:20 -04:00
|
|
|
.if ${MK_RCS} != "no"
|
|
|
|
|
_rcs= rcs
|
|
|
|
|
.endif
|
|
|
|
|
|
2014-04-21 17:39:25 -04:00
|
|
|
.if ${MK_TESTS} != "no"
|
|
|
|
|
_tests= tests
|
|
|
|
|
.endif
|
|
|
|
|
|
2011-05-19 01:13:25 -04:00
|
|
|
.if ${MK_BINUTILS} != "no"
|
2004-07-07 13:24:30 -04:00
|
|
|
_binutils= binutils
|
2015-07-18 20:38:19 -04:00
|
|
|
.if ${MK_GDB} != "no"
|
|
|
|
|
_gdb= gdb
|
|
|
|
|
.endif
|
2011-05-19 01:13:25 -04:00
|
|
|
.endif
|
2015-07-18 20:38:19 -04:00
|
|
|
|
2011-05-19 01:13:25 -04:00
|
|
|
.if ${MK_GCC} != "no"
|
2004-07-07 13:24:30 -04:00
|
|
|
_cc= cc
|
2011-05-19 01:13:25 -04:00
|
|
|
.endif
|
1999-09-14 23:52:17 -04:00
|
|
|
|
2014-03-27 16:15:33 -04:00
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
|
|
1994-01-29 19:31:51 -05:00
|
|
|
.include <bsd.subdir.mk>
|