]> git.cameronkatri.com Git - apple_cmds.git/commitdiff
doc_cmds: Add makefiles
authorCameron Katri <me@cameronkatri.com>
Sun, 9 May 2021 19:48:42 +0000 (15:48 -0400)
committerCameron Katri <me@cameronkatri.com>
Sun, 9 May 2021 19:48:42 +0000 (15:48 -0400)
doc_cmds/Makefile [new file with mode: 0644]
doc_cmds/checknr/Makefile [new file with mode: 0644]
doc_cmds/colcrt/Makefile [new file with mode: 0644]
doc_cmds/makewhatis/Makefile [new file with mode: 0644]

diff --git a/doc_cmds/Makefile b/doc_cmds/Makefile
new file mode 100644 (file)
index 0000000..ea362db
--- /dev/null
@@ -0,0 +1,5 @@
+SUBDIR=        checknr \
+       colcrt \
+       makewhatis
+
+.include <bsd.subdir.mk>
diff --git a/doc_cmds/checknr/Makefile b/doc_cmds/checknr/Makefile
new file mode 100644 (file)
index 0000000..b5cf5d3
--- /dev/null
@@ -0,0 +1,3 @@
+PROG=  checknr
+
+.include <bsd.prog.mk>
diff --git a/doc_cmds/colcrt/Makefile b/doc_cmds/colcrt/Makefile
new file mode 100644 (file)
index 0000000..923684c
--- /dev/null
@@ -0,0 +1,3 @@
+PROG=  colcrt
+
+.include <bsd.prog.mk>
diff --git a/doc_cmds/makewhatis/Makefile b/doc_cmds/makewhatis/Makefile
new file mode 100644 (file)
index 0000000..af5e87e
--- /dev/null
@@ -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>