Don't declare an dependency on _maninstall when LIBRARIES_ONLY is set.

It doesn't exist.
This commit is contained in:
Brooks Davis 2013-01-24 15:55:24 +00:00
parent 9f499cc5ae
commit dda3ce5a63
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=245885

View File

@ -339,7 +339,7 @@ _libinstall:
.include <bsd.links.mk>
.if ${MK_MAN} != "no"
.if ${MK_MAN} != "no" && !defined(LIBRARIES_ONLY)
realinstall: _maninstall
.ORDER: beforeinstall _maninstall
.endif