Makefile revision 1.14
1#	$OpenBSD: Makefile,v 1.14 1996/08/19 10:48:58 downsj Exp $
2#	$NetBSD: Makefile,v 1.35 1996/04/03 21:20:52 chuck Exp $
3
4SUBDIR+=	bc cpio cvs dc diff diff3 gcc grep groff
5SUBDIR+=	gzip perl rcs sdiff sendbug sort
6
7# some ports use binutils, some do not.
8.if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "mips")
9SUBDIR+=	binutils
10.else
11SUBDIR+=	gas gdb ld
12.endif
13
14# Do this last, so that it re-builds the info 'dir' file
15SUBDIR+= texinfo
16
17.include <bsd.subdir.mk>
18