summaryrefslogtreecommitdiffstats
path: root/usr.bin/makewhatis/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2002-05-18 09:19:08 +0000
committermarkm <markm@FreeBSD.org>2002-05-18 09:19:08 +0000
commit7528001bd00aabf85cdf82b67961536208ea5c9f (patch)
tree13ad193e090d73a66e9cbb476cec92afc65d0279 /usr.bin/makewhatis/Makefile
parent768f23ab17cc7b567acc41b7e4be3b92579b77f9 (diff)
downloadFreeBSD-src-7528001bd00aabf85cdf82b67961536208ea5c9f.zip
FreeBSD-src-7528001bd00aabf85cdf82b67961536208ea5c9f.tar.gz
Add C rewrites of catman and makewhatis. These aren't quite as
the submitter supplied them, as I did some WARNS=n fixups (mostly const-ification). Submitted by: John Rochester <john@jrochester.org>
Diffstat (limited to 'usr.bin/makewhatis/Makefile')
-rw-r--r--usr.bin/makewhatis/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.bin/makewhatis/Makefile b/usr.bin/makewhatis/Makefile
new file mode 100644
index 0000000..d3e632f
--- /dev/null
+++ b/usr.bin/makewhatis/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+PROG= makewhatis
+
+DPADD+= ${LIBZ}
+LDADD+= -lz
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud