summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/Makefile
blob: 1d77cbe131e956ffb7bce49245823915dd15d39e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#	$OpenBSD: Makefile,v 1.31 2002/02/28 06:59:18 millert Exp $
#	$NetBSD: Makefile,v 1.35 1996/04/03 21:20:52 chuck Exp $

SUBDIR+=	bc cvs diff diff3 
SUBDIR+=../egcs/gcc
#SUBDIR+= gcc 
SUBDIR+= grep groff gzip lynx rcs sdiff sendbug

SUBDIR+=	binutils
# some ports use binutils gas and ld, most do not (yet).
.if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != powerpc) && \
	(${MACHINE_ARCH} != "hppa") && (${MACHINE_ARCH} != "sparc64")
SUBDIR+=	gas ld
.endif

# Do these last; texinfo builds the info 'dir' file, perl must be after binutils
SUBDIR+=	perl texinfo

.include <bsd.subdir.mk>