summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/diff3
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1993-09-16 17:39:00 +0000
committerjtc <jtc@NetBSD.org>1993-09-16 17:39:00 +0000
commit69a25a6a71efcadf0db55504379e7a74cecf54ca (patch)
tree70d25a47e8da160d611afa43ef8986aa2bbe62fa /gnu/usr.bin/diff3
parent941b6d7b199d8c66a499f0baea38c26e5882e3c6 (diff)
Updated to GNU Diffutils 2.4.
Diffstat (limited to 'gnu/usr.bin/diff3')
-rw-r--r--gnu/usr.bin/diff3/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/gnu/usr.bin/diff3/Makefile b/gnu/usr.bin/diff3/Makefile
index 20a78e4c419..8a43ec3ec74 100644
--- a/gnu/usr.bin/diff3/Makefile
+++ b/gnu/usr.bin/diff3/Makefile
@@ -1,12 +1,9 @@
-# $Id: Makefile,v 1.3 1993/08/02 17:25:50 mycroft Exp $
+# $Id: Makefile,v 1.4 1993/09/16 17:39:59 jtc Exp $
PROG= diff3
SRCS= diff3.c getopt.c getopt1.c version.c
-CFLAGS+= -I$(.CURDIR)/../diff\
- -DDIRENT=1 -DHAVE_UNISTD_H=1 -DHAVE_DUP2=1 -DHAVE_MEMCHR=1\
- -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_FCNTL_H=1\
- -DHAVE_STRING_H=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_TIME_H=1\
- -DHAVE_ST_BLKSIZE=1 -DDIFF_PROGRAM=\"/usr/bin/diff\"
+CFLAGS+= -I$(.CURDIR)/../diff \
+ -DHAVE_CONFIG_H -DDIFF_PROGRAM=\"/usr/bin/diff\"
NOMAN= noman
.include <bsd.prog.mk>