build: allow the packager to configure the executor scripts installed

This commit is contained in:
Ariadne Conill 2020-07-28 09:04:06 -06:00
parent 5b9ade9db8
commit ef586a6b94

View file

@ -49,7 +49,7 @@ IFQUERY_OBJ = ${IFQUERY_SRC:.c=.o}
IFUPDOWN_SRC = cmd/ifupdown.c
IFUPDOWN_OBJ = ${IFUPDOWN_SRC:.c=.o}
EXECUTOR_SCRIPTS = \
EXECUTOR_SCRIPTS ?= \
dhcp \
ipv6-ra \
static \