aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/diff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/diff/Makefile')
-rw-r--r--usr.bin/diff/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.bin/diff/Makefile b/usr.bin/diff/Makefile
new file mode 100644
index 000000000000..20eaaf8e1dff
--- /dev/null
+++ b/usr.bin/diff/Makefile
@@ -0,0 +1,12 @@
+.include <src.opts.mk>
+
+PROG= diff
+SRCS= diff.c diffdir.c diffreg.c xmalloc.c pr.c diffreg_new.c
+
+LIBADD= m diff
+CFLAGS+= -I${.CURDIR} -I${SRCTOP}/contrib/libdiff/lib -I${SRCTOP}/contrib/libdiff/include
+
+HAS_TESTS=
+SUBDIR.${MK_TESTS}+= tests
+
+.include <bsd.prog.mk>