1998-05-25 13:34:42 -04:00
|
|
|
# $Id: Makefile,v 1.41 1998/05/12 23:09:36 jb Exp $
|
1994-01-29 19:31:51 -05:00
|
|
|
|
1998-05-25 13:34:42 -04:00
|
|
|
SUBDIR= awk bc binutils bison cc cpio cvs dc dialog diff diff3 genclass gperf \
|
|
|
|
|
grep groff gzip man patch ptx rcs sdiff send-pr sort tar texinfo
|
1998-03-13 14:34:40 -05:00
|
|
|
|
1998-02-19 04:34:59 -05:00
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
1998-05-12 17:07:45 -04:00
|
|
|
SUBDIR+=as gdb 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>
|