summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/awk
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-10-15 14:01:31 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-10-15 14:01:31 +0000
commitd4efecb283fb836470c61f9f32957c53f25c7421 (patch)
treeee444b4cddd6cb772712b1b5f53a218d0a542036 /gnu/usr.bin/awk
parent987163643c14a59f09f25cdcbbe4b87810ca5b28 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/awk')
-rw-r--r--gnu/usr.bin/awk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/awk/Makefile b/gnu/usr.bin/awk/Makefile
index 1af817fdfd26..57b631ac56ec 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$
+# $Id: Makefile,v 1.7 1997/10/14 18:32:33 jraynard Exp $
.include "${.CURDIR}/../Makefile.inc"
@@ -8,7 +8,7 @@
PROG= awk
SRCS= array.c awktab.c builtin.c eval.c field.c gawkmisc.c io.c main.c \
- missing.c msg.c node.c re.c version.c dfa.c getopt.c getopt1.c random.c
+ missing.c msg.c node.c re.c version.c dfa.c getopt.c getopt1.c
MAN1= doc/awk.1
YACC = bison -y