- Timestamp:
- Apr 14, 2009 11:07:55 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r18866 r18883 657 657 658 658 659 if defined(VBOX_WITH_HARDENING) && "$(KBUILD_TARGET)" == "linux" 660 # 661 # Installs linux/hardening related things to components. 662 # 663 INSTALLS.linux += VBoxMain-hardening-inst 664 VBoxMain-hardening-inst_INST = $(INST_BIN)components/ 665 VBoxMain-hardening-inst_SYMLINKS = \ 666 VBoxDDU.so=../VBoxDDU.so \ 667 VBoxREM.so=../VBoxREM.so \ 668 VBoxRT.so=../VBoxRT.so \ 669 VBoxVMM.so=../VBoxVMM.so \ 670 VBoxXPCOM.so=../VBoxXPCOM.so 671 endif 672 673 659 674 # generate rules 660 675 include $(KBUILD_PATH)/subfooter.kmk
Note:
See TracChangeset
for help on using the changeset viewer.