github.com/rkt/rkt@v1.30.1-0.20200224141603-171c416fac02/stage1/secondary-stuff.mk (about)

     1  # aci directory should be the last one
     2  _S1_SS_SUBDIRS_ := \
     3  	enter \
     4  	enter_kvm \
     5  	enterexec \
     6  	diagnostic \
     7  	gc \
     8  	init \
     9  	attach \
    10  	iottymux \
    11  	net \
    12  	net-plugins \
    13  	prepare-app \
    14  	reaper \
    15  	stop \
    16  	stop_kvm \
    17  	app_add \
    18  	app_rm \
    19  	app_start \
    20  	app_stop \
    21  	units \
    22  	aci
    23  
    24  $(call inc-many,$(foreach f,$(_S1_SS_SUBDIRS_),$f/$f.mk))
    25  
    26  $(call undefine-namespaces,S1_SS _S1_SS)