diff options
author | 2003-09-26 07:35:03 +0000 | |
---|---|---|
committer | 2003-09-26 07:35:03 +0000 | |
commit | dbb08b0046dd05e96b56aac6cf3f1aa25a9d27c2 (patch) | |
tree | 5c27815e466c4d95e12624aff112639e6c14d2cc | |
parent | Enable new bc(1) and dc(1). (diff) | |
download | wireguard-openbsd-dbb08b0046dd05e96b56aac6cf3f1aa25a9d27c2.tar.xz wireguard-openbsd-dbb08b0046dd05e96b56aac6cf3f1aa25a9d27c2.zip |
Disable bc (and dc).
ok deraadt@
-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" |