Makefile revision 1.33
1#	$OpenBSD: Makefile,v 1.33 2003/06/22 22:27:17 deraadt Exp $
2#	$NetBSD: Makefile,v 1.35 1996/04/03 21:20:52 chuck Exp $
3
4.include <bsd.own.mk>
5
6SUBDIR+=	bc cvs diff diff3 
7SUBDIR+=../egcs/gcc
8#SUBDIR+= gcc 
9SUBDIR+= groff gzip lynx rcs sdiff sendbug
10
11SUBDIR+=	binutils
12# some ports use binutils gas and ld, most do not (yet).
13.if ${ELF_TOOLCHAIN} != "yes"
14SUBDIR+=	gas ld
15.endif
16
17# Do these last; texinfo builds the info 'dir' file, perl must be after binutils
18SUBDIR+=	perl texinfo
19
20.include <bsd.subdir.mk>
21