mirror of
https://github.com/mirage/qubes-mirage-firewall.git
synced 2024-10-01 01:05:39 -04:00
8 lines
155 B
Ruby
8 lines
155 B
Ruby
MIRAGE_KERNEL_NAME = qubes_firewall.xen
|
|
OCAML_VERSION ?= 4.08.1
|
|
SOURCE_BUILD_DEP := firewall-build-dep
|
|
|
|
firewall-build-dep:
|
|
opam pin -y add mirage 3.5.2
|
|
|
|
|