summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1996-02-05 06:07:31 +0000
committerjtc <jtc@NetBSD.org>1996-02-05 06:07:31 +0000
commit7bb1bc5e83eb488b6569870ca60df2536c7eeed1 (patch)
tree45b25e53cb8b3ab95517b6bdf1b52c3e97f9d2e0 /gnu
parentdaa40d9a5097cb04bc10f9b98c00bbdc39734cd4 (diff)
Fix typo; From Mike Long <mike.long@analog.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/diff/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/diff/Makefile b/gnu/usr.bin/diff/Makefile
index 3e9fa378732..3f2b85c244d 100644
--- a/gnu/usr.bin/diff/Makefile
+++ b/gnu/usr.bin/diff/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 1995/07/12 07:21:05 cgd Exp $
+# $NetBSD: Makefile,v 1.9 1996/02/05 06:07:31 jtc Exp $
PROG= diff
-SRCS= diff.c analyze.c cmpbuf.o io.c context.c ed.c normal.c util.c dir.c \
+SRCS= diff.c analyze.c cmpbuf.c io.c context.c ed.c normal.c util.c dir.c \
regex.c side.c ifdef.c version.c getopt.c getopt1.c
CFLAGS+=-DHAVE_CONFIG_H -I${.CURDIR} -DPR_PROGRAM=\"/usr/bin/pr\"