Author: brueffer Date: Fri May 2 09:24:06 2014 New Revision: 265217 URL: http://svnweb.freebsd.org/changeset/base/265217
Log: libdev(4) has been removed, get rid of the module as well to fix the build. Submitted by: Sainath Varanasi Deleted: head/sys/modules/lindev/ Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makefile ============================================================================== --- head/sys/modules/Makefile Fri May 2 07:57:40 2014 (r265216) +++ head/sys/modules/Makefile Fri May 2 09:24:06 2014 (r265217) @@ -186,7 +186,6 @@ SUBDIR= \ libiconv \ libmbpool \ libmchain \ - ${_lindev} \ ${_linprocfs} \ ${_linsysfs} \ ${_linux} \ @@ -514,7 +513,6 @@ _io= io .if ${MK_OFED} != "no" || defined(ALL_MODULES) _ipoib= ipoib .endif -_lindev= lindev _linprocfs= linprocfs _linsysfs= linsysfs _linux= linux @@ -716,7 +714,6 @@ _iwnfw= iwnfw .endif _ixgb= ixgb _ixgbe= ixgbe -_lindev= lindev _linprocfs= linprocfs _linsysfs= linsysfs _linux= linux _______________________________________________ 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"