1999-04-05 10:48:08 +02:00
|
|
|
# $Id: Makefile,v 1.44 1998/09/09 19:30:45 markm Exp $
|
1994-01-30 01:31:51 +01:00
|
|
|
|
1999-04-05 10:48:08 +02:00
|
|
|
SUBDIR= awk bc binutils bison cc cpio cvs 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
|
|
|
|
1998-02-19 10:34:59 +01:00
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
1998-05-12 23:07:45 +02:00
|
|
|
SUBDIR+=as gdb 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>
|