1999-08-27 23:37:10 +00:00
|
|
|
# $FreeBSD$
|
1994-01-30 00:31:51 +00:00
|
|
|
|
2002-04-08 20:38:56 +00:00
|
|
|
SUBDIR= awk bc binutils cpio dc dialog diff diff3 \
|
2002-04-08 20:46:44 +00:00
|
|
|
grep gzip man patch ptx rcs sdiff send-pr sort tar texinfo
|
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
|
|
|
|
|
2000-12-15 19:49:28 +00:00
|
|
|
.if defined(WANT_AOUT)
|
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
|
2000-12-15 19:49:28 +00:00
|
|
|
.endif
|
1998-02-19 09:34:59 +00:00
|
|
|
|
2002-04-08 20:38:56 +00:00
|
|
|
.if ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "sparc64"
|
2002-04-08 22:58:52 +00:00
|
|
|
SUBDIR+=cc
|
2002-04-08 20:38:56 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !defined(NO_CXX)
|
2002-04-08 22:58:52 +00:00
|
|
|
SUBDIR+=gperf groff
|
2002-04-08 20:38:56 +00:00
|
|
|
.endif
|
|
|
|
|
2002-03-16 14:53:47 +00:00
|
|
|
.if !defined(NOPERL) && !defined(NO_PERL) && exists(${.CURDIR}/perl)
|
1997-04-12 07:19:09 +00:00
|
|
|
SUBDIR+=perl
|
|
|
|
.endif
|
|
|
|
|
1994-01-30 00:31:51 +00:00
|
|
|
.include <bsd.subdir.mk>
|