Changeset 44344 in vbox
- Timestamp:
- Jan 23, 2013 8:21:05 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile.kmk
r44092 r44344 297 297 endif 298 298 299 # BFE300 ifdef VBOX_WITH_BFE301 VBOX_LNX_STRIP_BIN += \302 VBoxBFE \303 $(if $(VBOX_WITH_HARDENING),VBoxBFE.so)304 endif299 ## VBoxBFE - Not shipped on linux due to a typo (VBOX_WITH_BFE), let's keep it that way as it doesn't get enough testing. 300 #ifdef VBOX_WITH_VBOXBFE 301 # VBOX_LNX_STRIP_BIN += \ 302 # VBoxBFE \ 303 # $(if $(VBOX_WITH_HARDENING),VBoxBFE.so) 304 #endif 305 305 306 306 # Webservices
Note:
See TracChangeset
for help on using the changeset viewer.