diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-11-13 22:46:27 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-11-13 22:46:27 +0000 |
commit | 5498adc9bcd1efacc183eaa563bed267e955ecb7 (patch) | |
tree | 3f2c1f636154a859663477a023946b5e0728caf2 /emulators/qemu-user-static | |
parent | bbd1bc3016631af6391d5c82d48d8debb8f5f537 (diff) |
Notes
Diffstat (limited to 'emulators/qemu-user-static')
-rw-r--r-- | emulators/qemu-user-static/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emulators/qemu-user-static/Makefile b/emulators/qemu-user-static/Makefile index 184f5301e351..f40c05a76d09 100644 --- a/emulators/qemu-user-static/Makefile +++ b/emulators/qemu-user-static/Makefile @@ -1,7 +1,6 @@ # Created by: nox@FreeBSD.org # $FreeBSD$ -MAINTAINER= sbruno@FreeBSD.org COMMENT= QEMU CPU Emulator github bsd-user branch - static user targets PKGNAMESUFFIX= -user-static |