Makefile revision 38974
1#	$Id: Makefile,v 1.42 1998/05/25 17:34:35 sos Exp $
2
3SUBDIR= awk bc binutils bison cc cpio cvs dc dialog diff diff3 genclass gperf \
4	grep groff gzip man patch ptx rcs sdiff send-pr sort tar texinfo
5
6# Break perl for the PERL5 import
7NOPERL=	yes
8
9.if ${MACHINE_ARCH} == "i386"
10SUBDIR+=as gdb ld
11.endif
12
13.if !defined(NOPERL) && exists(${.CURDIR}/perl)
14SUBDIR+=perl
15.endif
16
17.include <bsd.subdir.mk>
18