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

Reply via email to