Makefile revision 35989
1#	$Id: Makefile,v 1.40 1998/05/12 21:07:45 jb Exp $
2
3SUBDIR= awk bc bison cc cpio cvs dc dialog diff diff3 genclass gperf \
4	grep groff gzip man patch ptx rcs sdiff send-pr \
5	sort tar texinfo
6
7.if ${BINFORMAT} == "elf"
8SUBDIR+= binutils
9.endif
10
11.if ${MACHINE_ARCH} == "i386"
12SUBDIR+=as gdb ld
13.endif
14
15.if !defined(NOPERL) && exists(${.CURDIR}/perl)
16SUBDIR+=perl
17.endif
18
19.include <bsd.subdir.mk>
20