summaryrefslogtreecommitdiff
path: root/usr.bin/diff/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-03-11 05:01:29 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-03-11 05:01:29 +0000
commit3bbe3f672e37e4f609adb3be3a6476edce2243ec (patch)
treed0c4281aad22341ee2dcefb6bcad582cedd9d7a0 /usr.bin/diff/Makefile
parent719498102c3367e9ac84da335e3da4bc261f93cd (diff)
Notes
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..8242ec944d02
--- /dev/null
+++ b/usr.bin/diff/Makefile
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+.include <src.opts.mk>
+
+PROG= diff
+SRCS= diff.c diffdir.c diffreg.c xmalloc.c
+
+.if ${MK_TESTS} != "no"
+SUBDIR+= tests
+.endif
+
+.include <bsd.prog.mk>