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
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to