github.com/stackdocker/rkt@v0.10.1-0.20151109095037-1aa827478248/stage1/units/units.mk (about)

     1  # Installs unit files in the ACI rootfs for each flavor
     2  
     3  $(foreach flavor,$(STAGE1_FLAVORS), \
     4  	$(eval UNI_FLAVOR := $(flavor)) \
     5  	$(call inc-one,units-install.mk))