artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a375d37
)
Fix typo; NetBSD PR #2021
author
tholo
<tholo@openbsd.org>
Mon, 5 Feb 1996 16:57:57 +0000
(16:57 +0000)
committer
tholo
<tholo@openbsd.org>
Mon, 5 Feb 1996 16:57:57 +0000
(16:57 +0000)
gnu/usr.bin/diff/Makefile
patch
|
blob
|
history
diff --git
a/gnu/usr.bin/diff/Makefile
b/gnu/usr.bin/diff/Makefile
index
3e9fa37
..
77eca3c
100644
(file)
--- 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\"