1997-04-12 07:19:09 +00:00
|
|
|
# $Id: Makefile,v 1.35 1997/02/22 15:43:16 peter Exp $
|
1994-01-30 00:31:51 +00:00
|
|
|
|
1996-10-04 08:45:34 +00:00
|
|
|
SUBDIR= as awk bc bison cc cpio cvs dc dialog diff diff3 gdb genclass gperf \
|
1997-04-12 07:19:09 +00:00
|
|
|
grep groff gzip ld man patch ptx rcs sdiff send-pr \
|
1996-01-12 06:43:33 +00:00
|
|
|
sort tar texinfo
|
1994-01-30 00:31:51 +00:00
|
|
|
|
1997-04-12 07:19:09 +00:00
|
|
|
.if !defined(NOPERL) && exists(${.CURDIR}/perl)
|
|
|
|
SUBDIR+=perl
|
|
|
|
.endif
|
|
|
|
|
1994-01-30 00:31:51 +00:00
|
|
|
.include <bsd.subdir.mk>
|