summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/Makefile
blob: d03b31abe356a6f49847c32bcdc7221baa044fec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#	$Id: Makefile,v 1.38 1998/02/20 16:14:37 jkh Exp $

SUBDIR= bc bison cc cpio cvs dc dialog diff diff3 genclass gperf \
	grep gzip man patch ptx rcs sdiff send-pr \
	sort tar texinfo

.if ${BINFORMAT} == "elf"
SUBDIR+= binutils
.endif

.if ${MACHINE_ARCH} == "i386"
SUBDIR+=as awk gdb groff ld

.if !defined(NOPERL) && exists(${.CURDIR}/perl)
SUBDIR+=perl
.endif
.endif

.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud