1999-08-28 01:37:10 +02:00
|
|
|
# $FreeBSD$
|
1994-01-30 01:31:51 +01:00
|
|
|
|
2006-03-17 19:54:44 +01:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2010-01-20 22:30:52 +01:00
|
|
|
SUBDIR= ${_binutils} \
|
2004-07-07 19:24:30 +02:00
|
|
|
${_cc} \
|
|
|
|
${_cvs} \
|
|
|
|
dialog \
|
|
|
|
diff \
|
|
|
|
diff3 \
|
2010-06-13 15:02:43 +02:00
|
|
|
${_dtc} \
|
2004-07-07 19:24:30 +02:00
|
|
|
${_gdb} \
|
|
|
|
${_gperf} \
|
2011-06-08 23:29:33 +02:00
|
|
|
grep \
|
2004-07-07 19:24:30 +02:00
|
|
|
${_groff} \
|
|
|
|
patch \
|
2005-08-05 18:08:53 +02:00
|
|
|
${_rcs} \
|
2004-07-07 19:24:30 +02:00
|
|
|
sdiff \
|
|
|
|
send-pr \
|
|
|
|
sort \
|
2005-08-05 18:08:53 +02:00
|
|
|
${_texinfo}
|
2008-09-01 20:18:19 +02:00
|
|
|
|
2006-03-17 19:54:44 +01:00
|
|
|
.if ${MK_CXX} != "no"
|
2004-07-07 19:24:30 +02:00
|
|
|
_gperf= gperf
|
2006-03-17 19:54:44 +01:00
|
|
|
.if ${MK_GROFF} != "no"
|
2004-07-07 19:24:30 +02:00
|
|
|
_groff= groff
|
2003-02-24 03:40:56 +01:00
|
|
|
.endif
|
2005-08-03 11:22:42 +02:00
|
|
|
.endif
|
1998-03-13 20:34:40 +01:00
|
|
|
|
2008-03-19 16:21:44 +01:00
|
|
|
.if ${MK_CVS} != "no"
|
|
|
|
_cvs= cvs
|
|
|
|
.endif
|
2004-07-07 19:24:30 +02:00
|
|
|
|
2010-06-13 15:02:43 +02:00
|
|
|
.if ${MK_FDT} != "no"
|
|
|
|
_dtc= dtc
|
|
|
|
.endif
|
|
|
|
|
2008-09-22 00:02:26 +02:00
|
|
|
.if ${MK_INFO} != "no"
|
|
|
|
_texinfo= texinfo
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${MK_RCS} != "no"
|
|
|
|
_rcs= rcs
|
2005-08-05 18:08:53 +02:00
|
|
|
.endif
|
|
|
|
|
2011-05-19 07:13:25 +02:00
|
|
|
.if ${MK_BINUTILS} != "no"
|
2004-07-07 19:24:30 +02:00
|
|
|
_binutils= binutils
|
2011-05-19 07:13:25 +02:00
|
|
|
.endif
|
|
|
|
.if ${MK_GCC} != "no"
|
2004-07-07 19:24:30 +02:00
|
|
|
_cc= cc
|
2011-05-19 07:13:25 +02:00
|
|
|
.endif
|
2006-03-17 19:54:44 +01:00
|
|
|
.if ${MK_GDB} != "no"
|
2004-07-07 19:24:30 +02:00
|
|
|
_gdb= gdb
|
|
|
|
.endif
|
1999-09-15 05:52:17 +02:00
|
|
|
|
1994-01-30 01:31:51 +01:00
|
|
|
.include <bsd.subdir.mk>
|