Makefile revision 1.30
1#	$OpenBSD: Makefile,v 1.30 2001/09/05 22:29:02 art Exp $
2#	$NetBSD: Makefile,v 1.35 1996/04/03 21:20:52 chuck Exp $
3
4SUBDIR+=	bc cvs deroff diff diff3 
5SUBDIR+=../egcs/gcc
6#SUBDIR+= gcc 
7SUBDIR+= grep groff gzip lynx rcs sdiff sendbug
8
9SUBDIR+=	binutils
10# some ports use binutils gas and ld, most do not (yet).
11.if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != powerpc) && \
12	(${MACHINE_ARCH} != "hppa") && (${MACHINE_ARCH} != "sparc64")
13SUBDIR+=	gas ld
14.endif
15
16# Do these last; texinfo builds the info 'dir' file, perl must be after binutils
17SUBDIR+=	perl texinfo
18
19.include <bsd.subdir.mk>
20