Fix LIBRARIES_ONLY

It was erroring: make: don't know how to make _manpages. Stop

Sponsored by:	EMC / Isilon Storage Division
MFC after:	1 week
This commit is contained in:
Bryan Drewery 2015-09-18 23:25:43 +00:00
parent 1508ab98e5
commit 740e5b178f

View File

@ -294,7 +294,7 @@ all:
.else
all: ${_LIBS}
.if ${MK_MAN} != "no"
.if ${MK_MAN} != "no" && !defined(LIBRARIES_ONLY)
all: _manpages
.endif
.endif