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