From 75ff492f01c91213507b443e5fda295398fbe0d8 Mon Sep 17 00:00:00 2001 From: tholo Date: Mon, 5 Feb 1996 16:57:57 +0000 Subject: [PATCH] Fix typo; NetBSD PR #2021 --- gnu/usr.bin/diff/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\" -- 2.20.1