aboutsummaryrefslogtreecommitdiffstats
path: root/doc_cmds/makewhatis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc_cmds/makewhatis/Makefile')
-rw-r--r--doc_cmds/makewhatis/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc_cmds/makewhatis/Makefile b/doc_cmds/makewhatis/Makefile
new file mode 100644
index 0000000..af5e87e
--- /dev/null
+++ b/doc_cmds/makewhatis/Makefile
@@ -0,0 +1,8 @@
+PROG= makewhatis
+MAN= makewhatis.8 makewhatis.local.8
+SCRIPTS= makewhatis.local.sh
+SCRIPTSDIR=/usr/libexec/
+
+LDADD=-lz
+
+.include <bsd.prog.mk>