Files
linuxkit/pkg/rngd/Makefile
Justin Cormack e0bc13451f Replace rngd with a Go version
Only supports the use cases we currently need, currently support
for using Intel hardware rng to initialise and add entropy.

Supports oneshot and service mode. Call as `rngd -1` for one shot
mode.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-07-31 20:16:26 +01:00

5 lines
65 B
Makefile

IMAGE=rngd
DEPS=$(wildcard cmd/rngd/*.go)
include ../package.mk