svn commit: r265217 - in head/sys/modules: . lindev

Christian Brueffer brueffer at FreeBSD.org
Fri May 2 09:24:07 UTC 2014


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


More information about the svn-src-head mailing list