summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/awk/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-08-02 10:02:07 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-08-02 10:02:07 +0000
commitb7ade9cbfd6ce33e964a74a9b623e13fd4030f6b (patch)
tree8f464dfed1d396755cbd626f15ace6b38c0bd251 /gnu/usr.bin/awk/Makefile
parent3ee2311670feed5ccb41c70804a5e89a851b9de2 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/awk/Makefile')
-rw-r--r--gnu/usr.bin/awk/Makefile3
1 files changed, 1 insertions, 2 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!