svn commit: r288379 - stable/9/share/mk

Bryan Drewery bdrewery at FreeBSD.org
Tue Sep 29 17:05:13 UTC 2015


Author: bdrewery
Date: Tue Sep 29 17:05:12 2015
New Revision: 288379
URL: https://svnweb.freebsd.org/changeset/base/288379

Log:
  MFC r287978:
  
    Fix LIBRARIES_ONLY

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

Modified: stable/9/share/mk/bsd.lib.mk
==============================================================================
--- stable/9/share/mk/bsd.lib.mk	Tue Sep 29 17:04:20 2015	(r288378)
+++ stable/9/share/mk/bsd.lib.mk	Tue Sep 29 17:05:12 2015	(r288379)
@@ -250,7 +250,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