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