Changeset 40614 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Mar 25, 2012 7:33:11 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77029
- Location:
- trunk/src/VBox/HostDrivers/Support
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r40613 r40614 429 429 endif 430 430 431 if1of ($(KBUILD_TARGET), darwin )431 if1of ($(KBUILD_TARGET), darwin solaris) 432 432 # Common manual loader script. 433 INSTALLS += S cripts434 S cripts_INST = $(INST_DIST)435 S cripts_EXEC_SOURCES = \433 INSTALLS += SUPDrvScripts 434 SUPDrvScripts_INST = $(INST_DIST) 435 SUPDrvScripts_EXEC_SOURCES = \ 436 436 $(KBUILD_TARGET)/load.sh 437 437 endif
Note:
See TracChangeset
for help on using the changeset viewer.