aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/diff3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/diff3/Makefile')
-rw-r--r--usr.bin/diff3/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.bin/diff3/Makefile b/usr.bin/diff3/Makefile
new file mode 100644
index 0000000000000..a783e00a45ff5
--- /dev/null
+++ b/usr.bin/diff3/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+.include <src.opts.mk>
+
+PROG= diff3
+
+.if ${MK_TESTS} != "no"
+SUBDIR+= tests
+.endif
+
+.include <bsd.prog.mk>