diff options
Diffstat (limited to 'emulators')
-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: |