diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-02-05 16:57:58 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-02-05 16:57:58 +0000 |
commit | 3e342daec01798b637f1ae5e60bcc67f9c3addbf (patch) | |
tree | e1575944fff0883ebbc2be4aff3a7f3db42b262c /gnu/usr.bin/diff | |
parent | 29bc27933f04369385e3955f27b5881d1e95de69 (diff) |
Fix typo; NetBSD PR #2021
Diffstat (limited to 'gnu/usr.bin/diff')
-rw-r--r-- | gnu/usr.bin/diff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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\" |