Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 May 2014 09:24:07 +0000 (UTC)
From:      Christian Brueffer <brueffer@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r265217 - in head/sys/modules: . lindev
Message-ID:  <201405020924.s429O7sW051742@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405020924.s429O7sW051742>