diff options
author | Juergen Lock <nox@FreeBSD.org> | 2014-12-30 23:52:31 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2014-12-30 23:52:31 +0000 |
commit | c9bbb899d2f669a32d40f70cac52bd8f5c18b9cd (patch) | |
tree | 03da59c7f6e06dac1634f58e563ab4c506016e48 /emulators/qemu-user-static | |
parent | 1a89f2e00bc658677e9f386a0a1538e990497e61 (diff) |
Notes
Diffstat (limited to 'emulators/qemu-user-static')
-rw-r--r-- | emulators/qemu-user-static/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/qemu-user-static/Makefile b/emulators/qemu-user-static/Makefile index b097eb8c3934..72327639123a 100644 --- a/emulators/qemu-user-static/Makefile +++ b/emulators/qemu-user-static/Makefile @@ -11,6 +11,8 @@ DESCR= ${.CURDIR}/pkg-descr OPTIONS_SLAVE= STATIC_LINK BSD_USER X86_TARGETS OPTIONS_EXCLUDE=SAMBA X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CURL \ CDROM_DMA PCAP USBREDIR GNS3 DOCS +# XXX soon, when it builds again on 8 and 9: +# MASTERDIR= ${.CURDIR}/../qemu-sbruno MASTERDIR= ${.CURDIR}/../qemu-devel post-install: |