- Timestamp:
- Jun 1, 2015 5:26:39 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/Makefile.kmk
r55887 r56193 123 123 # 124 124 # Each list has the following attributes (used by makefile command and 125 # depen cy generation):125 # dependency generation): 126 126 # .SUBDIRS := <yes|no> 127 127 # .STRIP := <yes|objcopy|no> … … 136 136 137 137 ## @def SOLARIS_ETC_FILES 138 # S ervice management facility manifest files to copy from VBOX_PATH_SOL_INST_SRC to /var/svc/manifest/application/virtualbox/.138 # System-wide configuration files to copy from VBOX_PATH_SOL_INST_SRC to /etc. 139 139 SOLARIS_FILE_LIST_VARS += SOLARIS_ETC_FILES 140 140 SOLARIS_ETC_FILES.SUBDIRS := yes … … 304 304 VBoxXPCOMIPCD \ 305 305 $(if $(VBOX_WITH_KCHMVIEWER),kchmviewer,) \ 306 306 $(if $(VBOX_WITH_DTRACE),VBoxDTrace,) 307 307 308 308 ## @def SOLARIS_STRIP_BINS … … 431 431 libQt3SupportVBox.so.4 432 432 SOLARIS_USRBIN_LINKS += \ 433 VBoxQtconfig433 VBoxQtconfig 434 434 endif 435 435 include $(PATH_ROOT)/src/VBox/Frontends/VirtualBox/nls/ApprovedLanguages.kmk
Note:
See TracChangeset
for help on using the changeset viewer.