From: tholo Date: Mon, 5 Feb 1996 16:57:57 +0000 (+0000) Subject: Fix typo; NetBSD PR #2021 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=75ff492f01c91213507b443e5fda295398fbe0d8;p=openbsd Fix typo; NetBSD PR #2021 --- diff --git a/gnu/usr.bin/diff/Makefile b/gnu/usr.bin/diff/Makefile index 3e9fa378732..77eca3cd435 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 $ 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\"