mirror of
https://github.com/mirage/qubes-mirage-firewall.git
synced 2024-10-01 01:05:39 -04:00
9 lines
175 B
Ruby
9 lines
175 B
Ruby
MIRAGE_KERNEL_NAME = qubes_firewall.xen
|
|
OCAML_VERSION ?= 4.10.0
|
|
SOURCE_BUILD_DEP := firewall-build-dep
|
|
|
|
firewall-build-dep:
|
|
opam install -y depext
|
|
opam depext -i -y mirage
|
|
|