diff options
| author | Nate Williams <nate@FreeBSD.org> | 1993-06-29 08:19:28 +0000 |
|---|---|---|
| committer | Nate Williams <nate@FreeBSD.org> | 1993-06-29 08:19:28 +0000 |
| commit | 2870c1b11678fa8f79720820be02c7a67906c7ba (patch) | |
| tree | 396cdfab6fa0dc8df8f534e337eeffda16c83919 /gnu/usr.bin/diff3/Makefile | |
| parent | 515337cf85d4e128671670eca8398f497464863e (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/diff3/Makefile')
| -rw-r--r-- | gnu/usr.bin/diff3/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gnu/usr.bin/diff3/Makefile b/gnu/usr.bin/diff3/Makefile new file mode 100644 index 000000000000..7510536e0355 --- /dev/null +++ b/gnu/usr.bin/diff3/Makefile @@ -0,0 +1,9 @@ +PROG= diff3 +SRCS= diff3.c getopt.c getopt1.c version.c +CFLAGS+=-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> |
