svn commit: r288375 - stable/10/share/mk

Bryan Drewery bdrewery at FreeBSD.org
Tue Sep 29 16:54:23 UTC 2015


Author: bdrewery
Date: Tue Sep 29 16:54:22 2015
New Revision: 288375
URL: https://svnweb.freebsd.org/changeset/base/288375

Log:
  MFC r287978:
  
    Fix LIBRARIES_ONLY

Modified:
  stable/10/share/mk/bsd.lib.mk
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/mk/bsd.lib.mk
==============================================================================
--- stable/10/share/mk/bsd.lib.mk	Tue Sep 29 16:09:59 2015	(r288374)
+++ stable/10/share/mk/bsd.lib.mk	Tue Sep 29 16:54:22 2015	(r288375)
@@ -258,7 +258,7 @@ ${LINTLIB}: ${LINTOBJS}
 
 all: ${_LIBS}
 
-.if ${MK_MAN} != "no"
+.if ${MK_MAN} != "no" && !defined(LIBRARIES_ONLY)
 all: _manpages
 .endif
 


More information about the svn-src-all mailing list