diff options
author | Doug Ambrisko <ambrisko@FreeBSD.org> | 2006-05-09 22:27:01 +0000 |
---|---|---|
committer | Doug Ambrisko <ambrisko@FreeBSD.org> | 2006-05-09 22:27:01 +0000 |
commit | 32397ce071bdd5e4185220f3715694351f860d91 (patch) | |
tree | d8dbe60ab35f553873253d68cb94cc9d3698b5c8 /sys/modules/Makefile | |
parent | 4577652f105068592dd22a2be4a83126f08fbbad (diff) | |
download | src-32397ce071bdd5e4185220f3715694351f860d91.tar.gz src-32397ce071bdd5e4185220f3715694351f860d91.zip |
Add in linsysfs. A linux 2.6 like sys filesystem to pacify the Linux
LSI MegaRAID SAS utility.
Sponsored by: IronPort Systems
Man page help from: brueffer
Notes
Notes:
svn path=/head/; revision=158381
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r-- | sys/modules/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index cbafb6dc7b54..d039e0173fd9 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -134,6 +134,7 @@ SUBDIR= ${_3dfx} \ libmbpool \ libmchain \ ${_linprocfs} \ + ${_linsysfs} \ ${_linux} \ lmc \ ${_lnc} \ @@ -357,6 +358,7 @@ _ie= ie _if_ndis= if_ndis _io= io _linprocfs= linprocfs +_linsysfs= linsysfs _linux= linux _lnc= lnc _mse= mse |