mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Re-enable running of makewhatis(1).
This commit is contained in:
parent
a6290aac9e
commit
f28645c040
1 changed files with 1 additions and 4 deletions
|
|
@ -6,11 +6,8 @@ SUBDIR= man1 man3 man4 man5 man6 man7 man8 man9
|
|||
|
||||
MAKEWHATIS?= makewhatis
|
||||
|
||||
#makedb:
|
||||
# ${MAKEWHATIS} ${DESTDIR}${BINDIR}/man
|
||||
|
||||
makedb:
|
||||
@echo "Makewhatis is temporaily disabled. Rewrite coming soon."
|
||||
${MAKEWHATIS} ${DESTDIR}${BINDIR}/man
|
||||
|
||||
.include "${.CURDIR}/../Makefile.inc"
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue