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