diff options
Diffstat (limited to 'gnu/usr.bin/Makefile')
-rw-r--r-- | gnu/usr.bin/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 5f67229cffb..40a053416a8 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,14 +1,11 @@ -# $OpenBSD: Makefile,v 1.35 2003/07/22 17:15:40 deraadt Exp $ +# $OpenBSD: Makefile,v 1.36 2003/07/30 23:23:25 deraadt Exp $ # $NetBSD: Makefile,v 1.35 1996/04/03 21:20:52 chuck Exp $ .include <bsd.own.mk> -SUBDIR+= bc cvs -SUBDIR+=../egcs/gcc -#SUBDIR+= gcc -SUBDIR+= groff gzip lynx rcs sendbug +SUBDIR+= ../egcs/gcc +SUBDIR+= bc cvs groff gzip lynx rcs sendbug binutils -SUBDIR+= binutils # some ports use binutils gas and ld, most do not (yet). .if ${ELF_TOOLCHAIN:L} == "no" SUBDIR+= gas ld |