mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-25 08:02:55 +00:00
Otherwise it gets out of sync, and it makes little sense it being in `init` now anyway. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
6 lines
80 B
Makefile
6 lines
80 B
Makefile
IMAGE=containerd
|
|
NETWORK=1
|
|
DEPS=$(wildcard etc/init.d/*)
|
|
|
|
include ../package.mk
|