Makefile revision 1.6
1#	$OpenBSD: Makefile,v 1.6 1996/03/30 15:29:23 niklas Exp $
2#	$NetBSD: Makefile,v 1.34 1996/02/18 12:28:15 pk Exp $
3
4SUBDIR+=	bc cpio cvs dc diff diff3 gawk grep groff
5SUBDIR+=	gzip rcs sdiff send-pr sort tar 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