Author: gonzo Date: Sat Mar 24 05:18:27 2012 New Revision: 233413 URL: http://svn.freebsd.org/changeset/base/233413
Log: Build libproc and librtld_db for MIPS Modified: head/lib/Makefile Modified: head/lib/Makefile ============================================================================== --- head/lib/Makefile Sat Mar 24 05:17:38 2012 (r233412) +++ head/lib/Makefile Sat Mar 24 05:18:27 2012 (r233413) @@ -197,6 +197,11 @@ _libefi= libefi _libsmb= libsmb .endif +.if ${MACHINE_CPUARCH} == "mips" +_libproc= libproc +_librtld_db= librtld_db +.endif + .if ${MACHINE_CPUARCH} == "powerpc" _libsmb= libsmb .endif _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"