Makefile revision 1.19
1296936Smmel#	$OpenBSD: Makefile,v 1.19 1997/01/21 04:34:33 millert Exp $
2296936Smmel#	$NetBSD: Makefile,v 1.35 1996/04/03 21:20:52 chuck Exp $
3296936Smmel
4296936SmmelSUBDIR+=	bc cpio cvs dc diff diff3 gcc grep groff
5296936SmmelSUBDIR+=	gzip perl rcs sdiff sendbug sudo
6296936Smmel
7296936Smmel# some ports use binutils, some do not.
8296936Smmel.if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "mips") || \
9296936Smmel	(${MACHINE_ARCH} == "powerpc")
10296936SmmelSUBDIR+=	binutils
11296936Smmel.else
12296936SmmelSUBDIR+=	gas gdb ld
13296936Smmel.endif
14296936Smmel
15296936Smmel# Do this last, so that it re-builds the info 'dir' file
16296936SmmelSUBDIR+= texinfo
17296936Smmel
18296936Smmel.include <bsd.subdir.mk>
19296936Smmel