summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/diff3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/diff3/Makefile')
-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 b42ff5eb962..5fd7e21320e 100644
--- a/gnu/usr.bin/diff3/Makefile
+++ b/gnu/usr.bin/diff3/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 1999/07/30 04:07:24 mycroft Exp $
+# $NetBSD: Makefile,v 1.12 2000/11/01 14:34:14 wiz Exp $
PROG= diff3
-SRCS= diff3.c getopt.c getopt1.c version.c
+SRCS= diff3.c version.c
CPPFLAGS+= -I${.CURDIR}/../diff -I${DIST}/diffutils \
-DHAVE_CONFIG_H -DDIFF_PROGRAM=\"/usr/bin/diff\"