summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-10-15 14:01:31 +0000
committerache <ache@FreeBSD.org>1997-10-15 14:01:31 +0000
commit9bf78b0184c72a1926978692dbe86c68b68df723 (patch)
tree0ba80316f4d5e2a40a06c3f279ca1c4c691d6451 /gnu
parentd842f3f837a4eafa616c969c48d23e6b6370d34c (diff)
downloadFreeBSD-src-9bf78b0184c72a1926978692dbe86c68b68df723.zip
FreeBSD-src-9bf78b0184c72a1926978692dbe86c68b68df723.tar.gz
Do not use gawk random, we have better one in libc
Diffstat (limited to 'gnu')
-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 1af817f..57b631a 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
OpenPOWER on IntegriCloud