summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/man/makewhatis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/man/makewhatis/Makefile')
-rw-r--r--gnu/usr.bin/man/makewhatis/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/gnu/usr.bin/man/makewhatis/Makefile b/gnu/usr.bin/man/makewhatis/Makefile
index 7849d739de10..644a3a59b6ed 100644
--- a/gnu/usr.bin/man/makewhatis/Makefile
+++ b/gnu/usr.bin/man/makewhatis/Makefile
@@ -1,16 +1,7 @@
MAN1= makewhatis.1
-MAN8= makewhatis.local.8
-MLINKS= makewhatis.local.8 catman.local.8
-
-libexecdir=/usr/libexec
-LINKS=${libexecdir}/makewhatis.local ${libexecdir}/catman.local
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/makewhatis.perl ${DESTDIR}${BINDIR}/makewhatis
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/makewhatis.local.sh \
- ${DESTDIR}${libexecdir}/makewhatis.local
-
.include <bsd.prog.mk>