Makefile revision 1.35
1#	$OpenBSD: Makefile,v 1.35 2003/07/22 17:15:40 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
7SUBDIR+=../egcs/gcc
8#SUBDIR+= gcc 
9SUBDIR+= groff gzip lynx rcs sendbug
10
11SUBDIR+=	binutils
12# some ports use binutils gas and ld, most do not (yet).
13.if ${ELF_TOOLCHAIN:L} == "no"
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