aboutsummaryrefslogtreecommitdiff
path: root/share/man/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-04-16 11:28:45 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-04-16 11:28:45 +0000
commit9d05db9df5870ae2c768c36a1f2af9274811be08 (patch)
treef50c0d7fe6af75a19345c37bc3f5a1a8159b2b20 /share/man/Makefile
parent6089e562ff31bff652a91f924d93dcd1fd6dbaf3 (diff)
downloadsrc-9d05db9df5870ae2c768c36a1f2af9274811be08.tar.gz
src-9d05db9df5870ae2c768c36a1f2af9274811be08.zip
Create the whatis(1) database in /usr/share/openssl/man.
Notes
Notes: svn path=/head/; revision=113557
Diffstat (limited to 'share/man/Makefile')
-rw-r--r--share/man/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/Makefile b/share/man/Makefile
index e26d61153379..19695012ff9c 100644
--- a/share/man/Makefile
+++ b/share/man/Makefile
@@ -8,6 +8,7 @@ MAKEWHATIS?= makewhatis
makedb:
${MAKEWHATIS} ${DESTDIR}${BINDIR}/man
+ ${MAKEWHATIS} ${DESTDIR}${BINDIR}/openssl/man
.include "${.CURDIR}/../Makefile.inc"
.include <bsd.subdir.mk>