Makefile revision 1.11
1#	$OpenBSD: Makefile,v 1.11 1996/07/16 07:39:16 pefo Exp $
2#	$NetBSD: Makefile,v 1.35 1996/04/03 21:20:52 chuck Exp $
3
4SUBDIR+=	bc cpio cvs dc diff diff3 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# MIPS uses binutils for ELF support.
15.if ${MACHINE_ARCH} == "mips"
16SUBDIR+=	binutils
17.endif
18
19.include <bsd.subdir.mk>
20