diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-08-02 10:02:07 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-08-02 10:02:07 +0000 |
| commit | b7ade9cbfd6ce33e964a74a9b623e13fd4030f6b (patch) | |
| tree | 8f464dfed1d396755cbd626f15ace6b38c0bd251 /gnu/usr.bin/bc | |
| parent | 3ee2311670feed5ccb41c70804a5e89a851b9de2 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/bc')
| -rw-r--r-- | gnu/usr.bin/bc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/bc/Makefile b/gnu/usr.bin/bc/Makefile index ca06c990d732..75f2b99f3d66 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 |
