61e882d6eb
Rework to depend on emulators/qemu for any ancillary files rather than installing a conflicting set.[0] Disable more automatically detected bits so dependencies are correct when built manually. Requested by: jhb[0] Sponsored by: DARPA, AFRL
12 lines
220 B
Makefile
12 lines
220 B
Makefile
# Created by: Brooks Davis
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -cheri128
|
|
|
|
COMMENT= QEMU emulator with CHERI CPU support (128-bit)
|
|
|
|
MASTERDIR= ${.CURDIR}/../qemu-cheri
|
|
|
|
EXTRA_CFLAGS= -DCHERI_128
|
|
|
|
.include <${MASTERDIR}/Makefile>
|