Makefile revision 1.23
1#	$OpenBSD: Makefile,v 1.23 1998/03/29 22:17:15 niklas 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 lynx perl rcs sdiff sendbug sudo
6
7SUBDIR+=	binutils
8# some ports use binutils gas and ld, most do not (yet).
9.if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != "mips") && \
10	(${MACHINE_ARCH} != "powerpc")
11SUBDIR+=	gas 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