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 | |
| parent | 3ee2311670feed5ccb41c70804a5e89a851b9de2 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/awk/Makefile | 3 | ||||
| -rw-r--r-- | gnu/usr.bin/bc/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/gnu/usr.bin/awk/Makefile b/gnu/usr.bin/awk/Makefile index bd3e4a1118e4..4b6498df434b 100644 --- a/gnu/usr.bin/awk/Makefile +++ b/gnu/usr.bin/awk/Makefile @@ -1,6 +1,6 @@ # Makefile copyright James Raynard (jraynard@freebsd.org) 1997 # -# $Id: Makefile,v 1.10 1997/10/26 12:53:16 jraynard Exp $ +# $Id: Makefile,v 1.11 1998/05/04 16:18:57 bde Exp $ .include "${.CURDIR}/../Makefile.inc" @@ -11,7 +11,6 @@ SRCS= array.c awktab.y builtin.c eval.c field.c gawkmisc.c io.c main.c \ msg.c node.c re.c version.c dfa.c getopt.c getopt1.c MAN1= doc/awk.1 -YACC = bison -y YFLAGS= # Important for ctype macros! 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 |
