diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-02-04 19:23:42 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-02-04 19:23:42 +0000 |
| commit | b3ea8abeca50df2e24167770d1e7484f1f877a7d (patch) | |
| tree | f52b0378ac88b8ff9690c4e21a65813ff1177ed1 /gnu/usr.bin/diff3/Makefile | |
| parent | 9164545f1ea589d7d2f682fd09efd4fa85fd3480 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/diff3/Makefile')
| -rw-r--r-- | gnu/usr.bin/diff3/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gnu/usr.bin/diff3/Makefile b/gnu/usr.bin/diff3/Makefile new file mode 100644 index 000000000000..1acd3142c026 --- /dev/null +++ b/gnu/usr.bin/diff3/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../../contrib/diff + +PROG= diff3 +SRCS= diff3.c getopt.c getopt1.c version.c + +# Important for ctype macros! +CFLAGS+=-funsigned-char + +CFLAGS+=-I${.CURDIR}/../../../contrib/diff +CFLAGS+=-DHAVE_CONFIG_H +CFLAGS+=-DDIFF_PROGRAM=\"/usr/bin/diff\" + +.include <bsd.prog.mk> |
