Makefile revision 1.27
1169689Skan#	$OpenBSD: Makefile,v 1.27 1999/05/26 16:02:54 espie Exp $
2169689Skan#	$NetBSD: Makefile,v 1.35 1996/04/03 21:20:52 chuck Exp $
3169689Skan
4169689SkanSUBDIR+=	bc cvs deroff diff diff3 
5169689SkanSUBDIR+=../egcs/gcc
6169689Skan#SUBDIR+= gcc 
7169689SkanSUBDIR+= grep groff gzip lynx rcs sdiff sendbug sudo
8169689Skan
9169689SkanSUBDIR+=	binutils
10169689Skan# some ports use binutils gas and ld, most do not (yet).
11169689Skan.if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != "mips") && \
12169689Skan	(${MACHINE_ARCH} != "powerpc") && (${MACHINE_ARCH} != "hppa")
13169689SkanSUBDIR+=	gas ld
14169689Skan.endif
15169689Skan
16169689Skan# Do these last; texinfo builds the info 'dir' file, perl must be after binutils
17169689SkanSUBDIR+=	perl texinfo
18169689Skan
19169689Skan.include <bsd.subdir.mk>
20169689Skan