diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-30 23:23:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-30 23:23:26 +0000 |
commit | 7ddbaed0cec3a0b686806902ee708594cd1a4a14 (patch) | |
tree | b05e0c27be2358afde83c487827508f26d8e34cd /gnu | |
parent | 9822b4199c8db372ffc9507772856b08437d74f9 (diff) |
shine a bit more
Diffstat (limited to 'gnu')
-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 |