svn commit: r248333 - stable/9

Brooks Davis brooks at FreeBSD.org
Fri Mar 15 15:34:10 UTC 2013


Author: brooks
Date: Fri Mar 15 15:34:09 2013
New Revision: 248333
URL: http://svnweb.freebsd.org/changeset/base/248333

Log:
  MFC the second half of r246784:
  
  - Fix libmd dependency.  It is needed in the bootstrap library list because
    usr.bin/xinstall depends on it.

Modified:
  stable/9/Makefile.inc1   (contents, props changed)

Modified: stable/9/Makefile.inc1
==============================================================================
--- stable/9/Makefile.inc1	Fri Mar 15 15:21:34 2013	(r248332)
+++ stable/9/Makefile.inc1	Fri Mar 15 15:34:09 2013	(r248333)
@@ -1110,6 +1110,7 @@ bootstrap-tools:
     ${_sed} \
     ${_yacc} \
     ${_lex} \
+    lib/libmd \
     usr.bin/xinstall \
     ${_gensnmptree} \
     usr.sbin/config \


More information about the svn-src-all mailing list