Makefile revision 1.7
1#	$OpenBSD: Makefile,v 1.7 1996/04/23 00:15:44 niklas 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 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