1999-08-27 23:37:10 +00:00
|
|
|
# $FreeBSD$
|
1994-01-30 00:31:51 +00:00
|
|
|
|
2006-03-17 18:54:44 +00:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2010-01-20 21:30:52 +00:00
|
|
|
SUBDIR= ${_binutils} \
|
2004-07-07 17:24:30 +00:00
|
|
|
${_cc} \
|
|
|
|
${_cvs} \
|
|
|
|
dialog \
|
|
|
|
diff \
|
|
|
|
diff3 \
|
2010-06-13 13:02:43 +00:00
|
|
|
${_dtc} \
|
2004-07-07 17:24:30 +00:00
|
|
|
${_gdb} \
|
|
|
|
${_gperf} \
|
2008-06-16 05:48:15 +00:00
|
|
|
${_grep} \
|
2004-07-07 17:24:30 +00:00
|
|
|
${_groff} \
|
|
|
|
patch \
|
2005-08-05 16:08:53 +00:00
|
|
|
${_rcs} \
|
2004-07-07 17:24:30 +00:00
|
|
|
sdiff \
|
|
|
|
send-pr \
|
|
|
|
sort \
|
2005-08-05 16:08:53 +00:00
|
|
|
${_texinfo}
|
2008-09-01 18:18:19 +00:00
|
|
|
|
2006-03-17 18:54:44 +00:00
|
|
|
.if ${MK_CXX} != "no"
|
2004-07-07 17:24:30 +00:00
|
|
|
_gperf= gperf
|
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
|
|
|
|
2010-08-23 10:04:26 +00:00
|
|
|
.if ${MK_BSD_GREP} != "yes"
|
|
|
|
_grep= grep
|
|
|
|
.endif
|
|
|
|
|
2008-03-19 15:21:44 +00:00
|
|
|
.if ${MK_CVS} != "no"
|
|
|
|
_cvs= cvs
|
|
|
|
.endif
|
2004-07-07 17:24:30 +00:00
|
|
|
|
2010-06-13 13:02:43 +00:00
|
|
|
.if ${MK_FDT} != "no"
|
|
|
|
_dtc= dtc
|
|
|
|
.endif
|
|
|
|
|
2008-09-21 22:02:26 +00:00
|
|
|
.if ${MK_INFO} != "no"
|
|
|
|
_texinfo= texinfo
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${MK_RCS} != "no"
|
|
|
|
_rcs= rcs
|
2005-08-05 16:08:53 +00:00
|
|
|
.endif
|
|
|
|
|
2006-03-17 18:54:44 +00:00
|
|
|
.if ${MK_TOOLCHAIN} != "no"
|
2004-07-07 17:24:30 +00:00
|
|
|
_binutils= binutils
|
|
|
|
_cc= cc
|
2006-03-17 18:54:44 +00:00
|
|
|
.if ${MK_GDB} != "no"
|
2004-07-07 17:24:30 +00:00
|
|
|
_gdb= gdb
|
|
|
|
.endif
|
2004-04-15 01:54:28 +00:00
|
|
|
.endif
|
1999-09-15 03:52:17 +00:00
|
|
|
|
1994-01-30 00:31:51 +00:00
|
|
|
.include <bsd.subdir.mk>
|