diff options
| author | Justin Hibbits <jhibbits@FreeBSD.org> | 2014-05-22 05:04:40 +0000 |
|---|---|---|
| committer | Justin Hibbits <jhibbits@FreeBSD.org> | 2014-05-22 05:04:40 +0000 |
| commit | 81e3caaf77a628c23110f419dcaa064b768435db (patch) | |
| tree | b1c7d61c56cda7c4a9c8c5c13829f807ec553951 /sys/modules | |
| parent | 377456f91e310166bd2068c2331a15863cbfc05d (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 3d1713f69ee1..330c68622f5a 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -150,7 +150,7 @@ SUBDIR= \ if_vlan \ ${_igb} \ ${_iir} \ - ${_imgact_binmisc} \ + imgact_binmisc \ ${_io} \ ${_ipoib} \ ${_ipdivert} \ @@ -377,7 +377,6 @@ SUBDIR= \ .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" _filemon= filemon -_imgact_binmisc= imgact_binmisc _vmware= vmware .endif |
