freebsd-ports/emulators/qemu-cheri128/Makefile
Brooks Davis 61e882d6eb Update to a fresh snapshot.
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
2017-03-29 20:10:08 +00:00

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>