1999-08-27 23:37:10 +00:00
|
|
|
# $FreeBSD$
|
1994-01-30 00:31:51 +00:00
|
|
|
|
2003-02-21 02:30:51 +00:00
|
|
|
.if ${MACHINE_ARCH} != "powerpc"
|
|
|
|
_gperf=gperf
|
|
|
|
.endif
|
|
|
|
|
2002-06-04 21:14:34 +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
|
|
|
|
|
|
|
|
.if !defined(NO_CXX)
|
|
|
|
SUBDIR+=groff
|
|
|
|
.endif
|
1998-03-13 19:34:40 +00:00
|
|
|
|
1999-12-11 17:32:07 +00:00
|
|
|
.if !defined(NO_CVS)
|
2001-08-13 19:04:26 +00:00
|
|
|
SUBDIR+=cvs
|
1999-09-15 03:52:17 +00:00
|
|
|
.endif
|
|
|
|
|
1994-01-30 00:31:51 +00:00
|
|
|
.include <bsd.subdir.mk>
|