Makefile revision 1.9
1#	$OpenBSD: Makefile,v 1.9 1996/06/29 05:52:00 tholo Exp $
2#	$NetBSD: Makefile,v 1.35 1996/04/03 21:20:52 chuck Exp $
3
4SUBDIR+=	bc cpio cvs dc diff diff3 gawk grep groff
5SUBDIR+=	gzip rcs sdiff sendbug sort texinfo
6
7# some ports don't use the tool chain in /usr/src
8.if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != "mips")
9SUBDIR+=	gas gdb ld
10.endif
11.if ${MACHINE_ARCH} != "alpha"
12SUBDIR+=	gcc
13.endif
14
15.include <bsd.subdir.mk>
16