diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2020-09-30 10:05:34 +0800 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2020-09-30 10:05:34 +0800 |
commit | c8eafba9e8b24a1ea1239190826dd3d31ddca564 (patch) | |
tree | d0d6ea3ef16918031025011038fc3dd875b31fa8 /emulators | |
parent | 955695cdc53eb151133ce331a32b3338624a9256 (diff) | |
download | freebsd-ports-gnome-c8eafba9e8b24a1ea1239190826dd3d31ddca564.tar.gz freebsd-ports-gnome-c8eafba9e8b24a1ea1239190826dd3d31ddca564.tar.zst freebsd-ports-gnome-c8eafba9e8b24a1ea1239190826dd3d31ddca564.zip |
emulators/qemu42: Add missing entry in emulators/Makefile
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index f9fd23e21761..befa569f69a4 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -118,6 +118,7 @@ SUBDIR += qemu-utils SUBDIR += qemu31 SUBDIR += qemu41 + SUBDIR += qemu42 SUBDIR += qemu50 SUBDIR += qmc2 SUBDIR += quasi88 |