1998-03-13 19:34:40 +00:00
|
|
|
# $Id: Makefile,v 1.38 1998/02/20 16:14:37 jkh Exp $
|
1994-01-30 00:31:51 +00:00
|
|
|
|
1998-02-19 09:34:59 +00:00
|
|
|
SUBDIR= bc bison cc cpio cvs dc dialog diff diff3 genclass gperf \
|
|
|
|
grep gzip man patch ptx rcs sdiff send-pr \
|
1996-01-12 06:43:33 +00:00
|
|
|
sort tar texinfo
|
1994-01-30 00:31:51 +00:00
|
|
|
|
1998-03-13 19:34:40 +00:00
|
|
|
.if ${BINFORMAT} == "elf"
|
|
|
|
SUBDIR+= binutils
|
|
|
|
.endif
|
|
|
|
|
1998-02-19 09:34:59 +00:00
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
1998-02-20 16:14:37 +00:00
|
|
|
SUBDIR+=as awk gdb groff ld
|
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
|
1998-03-13 19:34:40 +00:00
|
|
|
.endif
|
1997-04-12 07:19:09 +00:00
|
|
|
|
1994-01-30 00:31:51 +00:00
|
|
|
.include <bsd.subdir.mk>
|