p7.mk: added vm/net alias

vm/altlinux-p7-vm-net is yet another bridge...
This commit is contained in:
Michael Shigorin 2014-03-01 21:36:26 +04:00
parent 863fa04957
commit 6ed7da1e49

View File

@ -31,3 +31,7 @@ endif
ifeq (ve,$(IMAGE_CLASS))
ve/altlinux-p7-ovz-generic: ve/generic mixin/p7; @:
endif
ifeq (vm,$(IMAGE_CLASS))
vm/altlinux-p7-vm-net: vm/net mixin/p7; @:
endif