Changeset 9548 in vbox
- Timestamp:
- Jun 9, 2008 1:44:08 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 31831
- Location:
- trunk/src
- Files:
-
- 2 added
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile.kmk
r9190 r9548 29 29 VBOX_NO_LINUX_RUN_INSTALLER ?= $(VBOX_OSE) 30 30 31 PROGRAMS = VBoxTunctl32 31 PACKING = $(if $(VBOX_NO_LINUX_RUN_INSTALLER),,\ 33 32 $(PATH_BIN)/VirtualBox.run $(PATH_BIN)/VirtualBox-dbg.tar.bz2) … … 40 39 $(PATH_TARGET)/vboxdrv.sh $(PATH_TARGET)/vboxnet.sh 41 40 INSTALLS = linux-bin linux-doc 42 43 VBoxTunctl_TEMPLATE = VBOXR3EXE44 VBoxTunctl_SOURCES = tunctl.c45 41 46 42 #
Note:
See TracChangeset
for help on using the changeset viewer.