Makefile revision 33619
1#	$Id: Makefile,v 1.36 1997/04/12 07:19:09 peter 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
10.if !defined(NOPERL) && exists(${.CURDIR}/perl)
11SUBDIR+=perl
12.endif
13.endif
14
15.include <bsd.subdir.mk>
16