mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-26 04:03:13 +00:00
These now inherit from a top-level package.mk Options like use of the network can be enabled on a per package basis This removes a lot of duplicate code and make the maintenace of these Makefiles much easier Signed-off-by: Dave Tucker <dt@docker.com>
5 lines
95 B
Makefile
5 lines
95 B
Makefile
include ../package.mk
|
|
|
|
IMAGE=dhcpcd
|
|
DEPS=dhcpcd.conf $(wildcard usr/lib/dhcpcd/dhcpcd-hooks/*)
|