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