From 7bb1bc5e83eb488b6569870ca60df2536c7eeed1 Mon Sep 17 00:00:00 2001 From: jtc Date: Mon, 5 Feb 1996 06:07:31 +0000 Subject: Fix typo; From Mike Long --- gnu/usr.bin/diff/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/usr.bin/diff') 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\" -- cgit