diff options
| author | jtc <jtc@NetBSD.org> | 1993-07-08 20:14:18 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1993-07-08 20:14:18 +0000 |
| commit | f365b1ca2f1a540460315de59428ee31bd985be7 (patch) | |
| tree | c46cbff816fcdffbc5cb16ac8f442b3973e22d83 /gnu/usr.bin/diff3/Makefile | |
| parent | 06622400d9890111a0af8f7e7b26c5b34efd96c2 (diff) | |
Update to GNU diff3 2.3
Diffstat (limited to 'gnu/usr.bin/diff3/Makefile')
| -rw-r--r-- | gnu/usr.bin/diff3/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/gnu/usr.bin/diff3/Makefile b/gnu/usr.bin/diff3/Makefile index b5cc6ed6baa..db54aa58f8e 100644 --- a/gnu/usr.bin/diff3/Makefile +++ b/gnu/usr.bin/diff3/Makefile @@ -1,7 +1,11 @@ - -PROG= diff3 -SRCS= diff3.c -NOMAN=noman -CFLAGS+= -DDIFF_PROGRAM=\"/usr/bin/diff\" +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\" +NOMAN= noman .include <bsd.prog.mk> +.PATH: $(.CURDIR)/../diff |
