aboutsummaryrefslogtreecommitdiffstats
path: root/patch_cmds/diffstat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'patch_cmds/diffstat/Makefile')
-rw-r--r--patch_cmds/diffstat/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/patch_cmds/diffstat/Makefile b/patch_cmds/diffstat/Makefile
new file mode 100644
index 0000000..ae9c6ca
--- /dev/null
+++ b/patch_cmds/diffstat/Makefile
@@ -0,0 +1,5 @@
+PROG= diffstat
+
+CFLAGS+=-DHAVE_CONFIG_H
+
+.include <bsd.prog.mk>