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