aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/diff3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/diff3/Makefile')
-rw-r--r--gnu/usr.bin/diff3/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu/usr.bin/diff3/Makefile b/gnu/usr.bin/diff3/Makefile
new file mode 100644
index 000000000000..3d2b422b87fc
--- /dev/null
+++ b/gnu/usr.bin/diff3/Makefile
@@ -0,0 +1,8 @@
+PROG= diff3
+SRCS= diff3.c getopt.c getopt1.c version.c
+CFLAGS+= -I$(.CURDIR)/../diff -DHAVE_CONFIG_H \
+ -DDIFF_PROGRAM=\"/usr/bin/diff\"
+MAN= diff3.1
+
+.include <bsd.prog.mk>
+.PATH: $(.CURDIR)/../diff