diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2009-12-05 20:37:46 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2009-12-05 20:37:46 +0000 |
| commit | a1778929b71307eb238df4f027d92d221a292045 (patch) | |
| tree | ec014812146f66625d407d868edb39eda496b652 /sys/modules/Makefile | |
| parent | b4e227f473887325e5613962feed02925667bbca (diff) | |
Notes
Diffstat (limited to 'sys/modules/Makefile')
| -rw-r--r-- | sys/modules/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 089450acba42..eca7b6b6f4ac 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -150,6 +150,7 @@ SUBDIR= ${_3dfx} \ libiconv \ libmbpool \ libmchain \ + ${_lindev} \ ${_linprocfs} \ ${_linsysfs} \ ${_linux} \ @@ -370,6 +371,7 @@ _ie= ie _if_ndis= if_ndis _igb= igb _io= io +_lindev= lindev _linprocfs= linprocfs _linsysfs= linsysfs _linux= linux @@ -505,6 +507,7 @@ _ipwfw= ipwfw _iwn= iwn _iwnfw= iwnfw _ixgb= ixgb +_lindev= lindev _linprocfs= linprocfs _linsysfs= linsysfs _linux= linux |
