build: allow the packager to configure the executor scripts installed
This commit is contained in:
parent
5b9ade9db8
commit
ef586a6b94
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue