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