diff options
| author | Sean Bruno <sbruno@FreeBSD.org> | 2014-05-16 21:56:33 +0000 |
|---|---|---|
| committer | Sean Bruno <sbruno@FreeBSD.org> | 2014-05-16 21:56:33 +0000 |
| commit | 8525adcdcebf8a7e31b875f971ec704429d7b857 (patch) | |
| tree | e352def97b15ed43cab211eaae322dcec681e70f /sys/modules/Makefile | |
| parent | ed0c5dc999fcc7c13efb8818421c5c4c3204e9df (diff) | |
Notes
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 ceaf13189eb2..3f06e9b2aedd 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -151,6 +151,7 @@ SUBDIR= \ if_vlan \ ${_igb} \ ${_iir} \ + ${_imgact_binmisc} \ ${_io} \ ${_ipoib} \ ${_ipdivert} \ @@ -377,6 +378,7 @@ SUBDIR= \ .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" _filemon= filemon +_imgact_binmisc= imgact_binmisc _vmware= vmware .endif |
