Lines 869-875
Link Here
|
869 |
# windows versions (only define when buildling win.x86). |
869 |
# windows versions (only define when buildling win.x86). |
870 |
#VBOX_WITH_MORE_NT4_COMPAT_BINARIES = 1 |
870 |
#VBOX_WITH_MORE_NT4_COMPAT_BINARIES = 1 |
871 |
# Set this to enable building of the vboximg-mount FUSE mounting utility. |
871 |
# Set this to enable building of the vboximg-mount FUSE mounting utility. |
872 |
if1of ($(KBUILD_TARGET), darwin linux) |
872 |
if1of ($(KBUILD_TARGET), darwin freebsd linux) |
873 |
VBOX_WITH_VBOXIMGMOUNT = 1 |
873 |
VBOX_WITH_VBOXIMGMOUNT = 1 |
874 |
endif |
874 |
endif |
875 |
# Set this to enable packaging the fuse related bits into our installer. |
875 |
# Set this to enable packaging the fuse related bits into our installer. |