Makefile revision 34553
1#	$Id: Makefile,v 1.38 1998/02/20 16:14:37 jkh Exp $
2
3SUBDIR= bc bison cc cpio cvs dc dialog diff diff3 genclass gperf \
4	grep 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 awk gdb groff ld
13
14.if !defined(NOPERL) && exists(${.CURDIR}/perl)
15SUBDIR+=perl
16.endif
17.endif
18
19.include <bsd.subdir.mk>
20