summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/diff3
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2000-11-08 00:08:29 +0000
committerwiz <wiz@NetBSD.org>2000-11-08 00:08:29 +0000
commit29a60e8ab7ee1422489b72ee7cbb4d0cc25f04d3 (patch)
tree583e6d52b39b21c98ccb4b1941d8e4c93ec102d6 /gnu/usr.bin/diff3
parent85567a99836d39b433ab47ee0874b00a7671b467 (diff)
Undo last change for now.
Diffstat (limited to 'gnu/usr.bin/diff3')
-rw-r--r--gnu/usr.bin/diff3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/diff3/Makefile b/gnu/usr.bin/diff3/Makefile
index 5fd7e21320e..1251f4d2e50 100644
--- a/gnu/usr.bin/diff3/Makefile
+++ b/gnu/usr.bin/diff3/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2000/11/01 14:34:14 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2000/11/08 00:08:30 wiz Exp $
PROG= diff3
-SRCS= diff3.c version.c
+SRCS= diff3.c getopt.c getopt1.c version.c
CPPFLAGS+= -I${.CURDIR}/../diff -I${DIST}/diffutils \
-DHAVE_CONFIG_H -DDIFF_PROGRAM=\"/usr/bin/diff\"