summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-02-18 00:26:21 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-02-18 00:26:21 +0000
commit217f6f397b0a9e44a806ef74dea7a54178242d00 (patch)
tree217d6c5ab4ffee067d1212d52ffcc30e03706996 /usr.bin
parent2bf18fe55d769c4c355c1ca0a294cff3996989bb (diff)
downloadFreeBSD-src-217f6f397b0a9e44a806ef74dea7a54178242d00.zip
FreeBSD-src-217f6f397b0a9e44a806ef74dea7a54178242d00.tar.gz
Fix installation of makewhatis.local(1) since r283777.
The wrapper script has moved to libexec/makewhatis.local since it is not directlry related to the older makewhatis(1) utility that has been replaced by the usr.bin/mandoc version. Reported by: vangyzen
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/makewhatis/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.bin/makewhatis/Makefile b/usr.bin/makewhatis/Makefile
index 1010949..9530bca 100644
--- a/usr.bin/makewhatis/Makefile
+++ b/usr.bin/makewhatis/Makefile
@@ -2,10 +2,5 @@
PROG= makewhatis
LIBADD= z
-SCRIPTS= makewhatis.local.sh
-MAN= makewhatis.1 makewhatis.local.8
-SCRIPTSDIR= ${LIBEXECDIR}
-LINKS= ${SCRIPTSDIR}/makewhatis.local ${SCRIPTSDIR}/catman.local
-MLINKS= makewhatis.local.8 catman.local.8
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud