Makefile revision 35983
1#	$Id: Makefile,v 1.39 1998/03/13 19:34:40 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
14.if !defined(NOPERL) && exists(${.CURDIR}/perl)
15SUBDIR+=perl
16.endif
17.endif
18
19.include <bsd.subdir.mk>
20