diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-09-26 07:35:04 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-09-26 07:35:04 +0000 |
commit | 5aa792672bdc150005e402f0d7c24cb33ed7488f (patch) | |
tree | 6cb5af8b8ca7e678f6eafd88fa6be3101f5c8961 /gnu | |
parent | 3169626cf234c04c0f42a080a425ae71edc7ddf0 (diff) |
Disable bc (and dc).
ok deraadt@
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 8973b06e0c2..876f3aa782c 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.37 2003/08/03 01:28:38 deraadt Exp $ +# $OpenBSD: Makefile,v 1.38 2003/09/26 07:35:03 otto Exp $ # $NetBSD: Makefile,v 1.35 1996/04/03 21:20:52 chuck Exp $ .include <bsd.own.mk> SUBDIR+= ../egcs/gcc -SUBDIR+= bc cvs groff lynx rcs sendbug binutils +SUBDIR+= cvs groff lynx rcs sendbug binutils # some ports use binutils gas and ld, most do not (yet). .if ${ELF_TOOLCHAIN:L} == "no" |