diff options
author | weongyo <weongyo@FreeBSD.org> | 2008-04-01 01:55:19 +0000 |
---|---|---|
committer | weongyo <weongyo@FreeBSD.org> | 2008-04-01 01:55:19 +0000 |
commit | 426badf1fa06d3025c3e1d27462b5cb85f06ee6c (patch) | |
tree | d50b6c82b1a016746b3b64e61d0232d4b6d0efa1 | |
parent | e31d8fea3c11dd3e13519d9b2921f384f9f2cff2 (diff) | |
download | FreeBSD-src-426badf1fa06d3025c3e1d27462b5cb85f06ee6c.zip FreeBSD-src-426badf1fa06d3025c3e1d27462b5cb85f06ee6c.tar.gz |
Add malo driver to the build
Approved by: thompsa (mentor)
-rw-r--r-- | sys/modules/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index a8178a2..679a133 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -165,6 +165,7 @@ SUBDIR= ${_3dfx} \ mac_seeotheruids \ mac_stub \ mac_test \ + malo \ mcd \ md \ mem \ |