aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/bc
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2001-10-19 12:45:59 +0000
committerBruce Evans <bde@FreeBSD.org>2001-10-19 12:45:59 +0000
commitd2f659e3f9321a488987365a57504e5bca837de8 (patch)
treeee40dca480f7a061e50b5e1f275420f2476056d5 /gnu/usr.bin/bc
parent00da2ef3cc53433d79167ba62e179360adbf9b2c (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/bc')
-rw-r--r--gnu/usr.bin/bc/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/usr.bin/bc/Makefile b/gnu/usr.bin/bc/Makefile
index 3ad6d3ce06b9..f5ad9dd94b2e 100644
--- a/gnu/usr.bin/bc/Makefile
+++ b/gnu/usr.bin/bc/Makefile
@@ -8,10 +8,8 @@ PROG= bc
SRCS= bc.y execute.c global.c load.c main.c scan.l storage.c util.c \
number.c getopt.c getopt1.c
CFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/../../../contrib/bc/h -DHAVE_CONFIG_H
-#DPADD= ${LIBREADLINE} ${LIBTERMCAP}
-#LDADD= -lreadline -ltermcap
-DPADD += ${LIBEDIT} ${LIBTERMCAP}
-LDADD += -ledit -ltermcap
+DPADD= ${LIBEDIT} ${LIBTERMCAP}
+LDADD= -ledit -ltermcap
EXAMPLES= ckbook.b pi.b primes.b twins.b
EXAMPDIR= /usr/share/examples/bc