Changeset 979 in vbox for trunk/src/VBox/Additions/linux/module/Makefile
- Timestamp:
- Feb 19, 2007 1:26:16 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/module/Makefile
r762 r979 22 22 include $(PATH_KBUILD)/header.kmk 23 23 24 INSTALLS = vboxmod-bin 24 INSTALLS = vboxmod-bin vboxmod-sh 25 25 ifdef VBOX_WITH_LINUX_ADDITIONS_32BIT_R0 26 26 SYSMODS = vboxadd … … 75 75 Makefile.module=>Makefile 76 76 77 vboxmod-sh_INST = bin/additions/src/vboxadd/ 78 vboxmod-sh_MODE = a+rx,u+w 79 vboxmod-sh_SOURCES = \ 80 $(PATH_ROOT)/src/VBox/Additions/linux/installer/build_in_tmp=>build_in_tmp 81 77 82 # 78 83 # The module.
Note:
See TracChangeset
for help on using the changeset viewer.