1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-19 15:33:56 +00:00

libdev(4) has been removed, get rid of the module as well to fix the build.

Submitted by:	Sainath Varanasi
This commit is contained in:
Christian Brueffer 2014-05-02 09:24:06 +00:00
parent a2496f6e01
commit 5ff85f902b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=265217
2 changed files with 0 additions and 11 deletions

View File

@ -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

View File

@ -1,8 +0,0 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/lindev
KMOD= lindev
SRCS= full.c lindev.c
.include <bsd.kmod.mk>