Makefile revision 33689
1#	$Id: Makefile,v 1.37 1998/02/19 09:34:59 jb 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 ${MACHINE_ARCH} == "i386"
8SUBDIR+=as awk gdb groff ld
9.endif
10
11.if !defined(NOPERL) && exists(${.CURDIR}/perl)
12SUBDIR+=perl
13.endif
14
15.include <bsd.subdir.mk>
16