summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2003-09-26 07:35:03 +0000
committerotto <otto@openbsd.org>2003-09-26 07:35:03 +0000
commitdbb08b0046dd05e96b56aac6cf3f1aa25a9d27c2 (patch)
tree5c27815e466c4d95e12624aff112639e6c14d2cc
parentEnable new bc(1) and dc(1). (diff)
downloadwireguard-openbsd-dbb08b0046dd05e96b56aac6cf3f1aa25a9d27c2.tar.xz
wireguard-openbsd-dbb08b0046dd05e96b56aac6cf3f1aa25a9d27c2.zip
Disable bc (and dc).
ok deraadt@
-rw-r--r--gnu/usr.bin/Makefile4
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"