diff options
author | Robert Mustacchi <rm@joyent.com> | 2013-06-26 22:57:07 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2013-06-26 22:57:07 +0000 |
commit | b1d3693c0b7d705d77516c24c9436f73d868873e (patch) | |
tree | e38cbed16608ee9084fac836bc059e49da5f0852 | |
parent | 5f94182be032144adba6aba8ee1db28c493e0458 (diff) | |
download | illumos-kvm-cmd-b1d3693c0b7d705d77516c24c9436f73d868873e.tar.gz |
-rw-r--r-- | Makefile.joyent | 2 | ||||
-rw-r--r-- | manifest | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.joyent b/Makefile.joyent index 006f82c..cab0a75 100644 --- a/Makefile.joyent +++ b/Makefile.joyent @@ -26,6 +26,7 @@ MDB_SOURCE = $(KERNEL_SOURCE)/usr/src/cmd/mdb CTFBINDIR= $(KERNEL_SOURCE)/usr/src/tools/proto/*/opt/onbld/bin/i386 CSTYLE = $(KERNEL_SOURCE)/usr/src/tools/scripts/cstyle CC = $(PROTO_AREA)/usr/bin/gcc +INSTALL = /usr/sbin/install QEMU_CPPFLAGS = \ -DTARGET_PHYS_ADDR_BITS=64 \ @@ -110,6 +111,7 @@ manifest: install: world DESTDIR=$(DESTDIR) PATH=$(CTFBINDIR):$(PATH) V=1 gmake install + $(INSTALL) -f $(DESTDIR)/usr/lib/mdb/proc/amd64/ qemu.so clean: gmake clean @@ -67,3 +67,4 @@ f smartdc/share/qemu/vgabios-qxl.bin 0444 root bin f smartdc/share/qemu/vgabios-stdvga.bin 0444 root bin f smartdc/share/qemu/vgabios-vmware.bin 0444 root bin f smartdc/share/qemu/vgabios.bin 0444 root bin +f usr/lib/mdb/proc/amd64/qemu.so 0555 root bin |