freebsd-dev/gnu/usr.bin/Makefile

16 lines
344 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.37 1998/02/19 09:34:59 jb Exp $
1994-01-30 00:31:51 +00:00
SUBDIR= bc bison cc cpio cvs dc dialog diff diff3 genclass gperf \
grep gzip man patch ptx rcs sdiff send-pr \
sort tar texinfo
1994-01-30 00:31:51 +00:00
.if ${MACHINE_ARCH} == "i386"
SUBDIR+=as awk gdb groff ld
.endif
.if !defined(NOPERL) && exists(${.CURDIR}/perl)
SUBDIR+=perl
.endif
1994-01-30 00:31:51 +00:00
.include <bsd.subdir.mk>