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:
parent
1508ab98e5
commit
740e5b178f
@ -294,7 +294,7 @@ all:
|
||||
.else
|
||||
all: ${_LIBS}
|
||||
|
||||
.if ${MK_MAN} != "no"
|
||||
.if ${MK_MAN} != "no" && !defined(LIBRARIES_ONLY)
|
||||
all: _manpages
|
||||
.endif
|
||||
.endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user