aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/makewhatis/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-11-18 10:11:22 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-11-18 10:11:22 +0000
commit99f6b95fb556fea17dcdd63916d4db12aeba2951 (patch)
tree56fc76240a31079df38e999ba1f96251fbe329df /usr.bin/makewhatis/Makefile
parentc51d717f0c0adcb64bbf49ef373972c2367c50ec (diff)
downloadsrc-99f6b95fb556fea17dcdd63916d4db12aeba2951.tar.gz
src-99f6b95fb556fea17dcdd63916d4db12aeba2951.zip
Install /usr/libexec/makewhatis.local and /usr/libexec/catman.local.
This has slipped through the cracks of The Great Perl Script Rewrite. Repocopied by: joe
Notes
Notes: svn path=/head/; revision=107053
Diffstat (limited to 'usr.bin/makewhatis/Makefile')
-rw-r--r--usr.bin/makewhatis/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/usr.bin/makewhatis/Makefile b/usr.bin/makewhatis/Makefile
index 4cd2e65b334a..4da90ef0f73f 100644
--- a/usr.bin/makewhatis/Makefile
+++ b/usr.bin/makewhatis/Makefile
@@ -1,7 +1,12 @@
# $FreeBSD$
-PROG= makewhatis
-DPADD= ${LIBZ}
-LDADD= -lz
+PROG= makewhatis
+DPADD= ${LIBZ}
+LDADD= -lz
+SCRIPTS= makewhatis.local.sh
+MAN= makewhatis.1 makewhatis.local.8
+SCRIPTSDIR= /usr/libexec
+LINKS= ${SCRIPTSDIR}/makewhatis.local ${SCRIPTSDIR}/catman.local
+MLINKS= makewhatis.local.8 catman.local.8
.include <bsd.prog.mk>