diff options
author | ru <ru@FreeBSD.org> | 2002-11-18 10:11:22 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-11-18 10:11:22 +0000 |
commit | 6dc5377ec936ad6b02335fbff984a3fbbc374ca5 (patch) | |
tree | 56fc76240a31079df38e999ba1f96251fbe329df /usr.bin/makewhatis | |
parent | 40e2359f4b10f61d80f4c8a2f6d4a3fc5c377d95 (diff) | |
download | FreeBSD-src-6dc5377ec936ad6b02335fbff984a3fbbc374ca5.zip FreeBSD-src-6dc5377ec936ad6b02335fbff984a3fbbc374ca5.tar.gz |
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
Diffstat (limited to 'usr.bin/makewhatis')
-rw-r--r-- | usr.bin/makewhatis/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/usr.bin/makewhatis/Makefile b/usr.bin/makewhatis/Makefile index 4cd2e65..4da90ef 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> |