summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/sdiff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/sdiff/Makefile')
-rw-r--r--gnu/usr.bin/sdiff/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/sdiff/Makefile b/gnu/usr.bin/sdiff/Makefile
index b3ae8c02477..d1182be51d1 100644
--- a/gnu/usr.bin/sdiff/Makefile
+++ b/gnu/usr.bin/sdiff/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.2 1996/08/20 05:14:11 tholo Exp $
+# $OpenBSD: Makefile,v 1.3 2003/06/26 17:22:26 millert Exp $
# $NetBSD: Makefile,v 1.6 1995/04/23 07:58:50 cgd Exp $
PROG= sdiff
-SRCS= sdiff.c getopt.c getopt1.c version.c
+SRCS= sdiff.c version.c
CFLAGS+= -I$(.CURDIR)/../diff \
-DHAVE_CONFIG_H -DDIFF_PROGRAM=\"/usr/bin/diff\"