summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/bc
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-08-02 10:02:07 +0000
committerobrien <obrien@FreeBSD.org>1999-08-02 10:02:07 +0000
commit110c68efc7dfe00e23d51bfba31bc8c808de2265 (patch)
tree708b9feb30128b9d30ed189a6b4bed2ab69e67e8 /gnu/usr.bin/bc
parent31a7ff272fde853ba8ad5616f5bad354812074ca (diff)
downloadFreeBSD-src-110c68efc7dfe00e23d51bfba31bc8c808de2265.zip
FreeBSD-src-110c68efc7dfe00e23d51bfba31bc8c808de2265.tar.gz
Use Byacc rather than Bison.
Diffstat (limited to 'gnu/usr.bin/bc')
-rw-r--r--gnu/usr.bin/bc/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/bc/Makefile b/gnu/usr.bin/bc/Makefile
index ca06c99..75f2b99 100644
--- a/gnu/usr.bin/bc/Makefile
+++ b/gnu/usr.bin/bc/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.13 1998/05/01 19:13:41 ache Exp $
+# $Id: Makefile,v 1.14 1998/05/04 16:22:30 bde Exp $
.PATH: ${.CURDIR}/../../../contrib/bc/bc \
${.CURDIR}/../../../contrib/bc/lib \
@@ -7,7 +7,6 @@
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
-YACC= bison -y
CFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/../../../contrib/bc/h -DHAVE_CONFIG_H
DPADD= ${LIBREADLINE} ${LIBTERMCAP}
LDADD= -lreadline -ltermcap
OpenPOWER on IntegriCloud