diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2009-12-13 16:53:06 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2009-12-13 16:53:06 +0000 |
| commit | d41fabe8770ec6b25167539cf748623609482ea4 (patch) | |
| tree | 6fe771b6e2d7b5604d800a4bfbe863994693aa73 /sys/modules | |
| parent | 48b0da6ef2430521b27ea35393435af01fc39ee0 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/Makefile | 3 | ||||
| -rw-r--r-- | sys/modules/lindev/Makefile | 8 |
2 files changed, 11 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index dcca722df499..d1c9086a56b8 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -155,6 +155,7 @@ SUBDIR= ${_3dfx} \ libiconv \ libmbpool \ libmchain \ + ${_lindev} \ ${_linprocfs} \ ${_linsysfs} \ ${_linux} \ @@ -413,6 +414,7 @@ _ie= ie _if_ndis= if_ndis _igb= igb _io= io +_lindev= lindev _linprocfs= linprocfs _linsysfs= linsysfs _linux= linux @@ -548,6 +550,7 @@ _ips= ips _ipw= ipw _ipwfw= ipwfw _ixgb= ixgb +_lindev= lindev _linprocfs= linprocfs _linsysfs= linsysfs _linux= linux diff --git a/sys/modules/lindev/Makefile b/sys/modules/lindev/Makefile new file mode 100644 index 000000000000..704cac331dce --- /dev/null +++ b/sys/modules/lindev/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../dev/lindev + +KMOD= lindev +SRCS= full.c lindev.c + +.include <bsd.kmod.mk> |
