1999-08-27 19:37:10 -04:00
|
|
|
# $FreeBSD$
|
1994-01-29 19:31:51 -05:00
|
|
|
|
2000-01-15 19:11:34 -05:00
|
|
|
SUBDIR= awk bc binutils cc cpio dc dialog diff diff3 gperf \
|
1998-05-25 13:34:42 -04:00
|
|
|
grep groff gzip man patch ptx rcs sdiff send-pr sort tar texinfo
|
1998-03-13 14:34:40 -05:00
|
|
|
|
1999-12-11 12:32:07 -05:00
|
|
|
.if !defined(NO_CVS)
|
1999-09-14 23:52:17 -04:00
|
|
|
SUBDIR+=cvs
|
|
|
|
|
.endif
|
|
|
|
|
|
1998-02-19 04:34:59 -05:00
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
1999-05-02 05:57:53 -04:00
|
|
|
SUBDIR+=as ld
|
1998-05-12 19:09:36 -04:00
|
|
|
.endif
|
1998-02-19 04:34:59 -05:00
|
|
|
|
1997-04-12 03:19:09 -04:00
|
|
|
.if !defined(NOPERL) && exists(${.CURDIR}/perl)
|
|
|
|
|
SUBDIR+=perl
|
|
|
|
|
.endif
|
|
|
|
|
|
1994-01-29 19:31:51 -05:00
|
|
|
.include <bsd.subdir.mk>
|