Makefile revision 24835
1#	$Id: Makefile,v 1.35 1997/02/22 15:43:16 peter Exp $
2
3SUBDIR= as awk bc bison cc cpio cvs dc dialog diff diff3 gdb genclass gperf \
4	grep groff gzip ld man patch ptx rcs sdiff send-pr \
5	sort tar texinfo
6
7.if !defined(NOPERL) && exists(${.CURDIR}/perl)
8SUBDIR+=perl
9.endif
10
11.include <bsd.subdir.mk>
12