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