1999-08-27 23:37:10 +00:00
|
|
|
# $FreeBSD$
|
1994-01-30 00:31:51 +00:00
|
|
|
|
2003-08-29 10:35:01 +00:00
|
|
|
SUBDIR= bc ${_binutils} ${_cc} cpio dc dialog diff diff3 \
|
2003-02-24 02:40:56 +00:00
|
|
|
${_gperf} grep gzip man patch rcs sdiff send-pr sort tar texinfo
|
|
|
|
|
2003-08-29 10:35:01 +00:00
|
|
|
.if !defined(NO_TOOLCHAIN)
|
|
|
|
_cc=cc
|
|
|
|
_binutils=binutils
|
|
|
|
.endif
|
|
|
|
|
2003-02-24 02:40:56 +00:00
|
|
|
.if !defined(NO_CXX)
|
2003-04-27 20:14:05 +00:00
|
|
|
.if ${MACHINE_ARCH} != "powerpc"
|
|
|
|
_gperf=gperf
|
|
|
|
.endif
|
2003-02-24 02:40:56 +00:00
|
|
|
SUBDIR+=groff
|
|
|
|
.endif
|
1998-03-13 19:34:40 +00:00
|
|
|
|
2004-04-15 01:54:28 +00:00
|
|
|
.if !defined(NO_CVS)
|
|
|
|
SUBDIR+=cvs
|
|
|
|
.endif
|
1999-09-15 03:52:17 +00:00
|
|
|
|
1994-01-30 00:31:51 +00:00
|
|
|
.include <bsd.subdir.mk>
|