multicall: migrate match options to shared collection
This commit is contained in:
parent
f871002ecc
commit
52509c508c
5 changed files with 17 additions and 33 deletions
3
Makefile
3
Makefile
|
|
@ -41,7 +41,8 @@ LIBIFUPDOWN_LIB = libifupdown.a
|
|||
|
||||
MULTICALL_SRC = \
|
||||
cmd/multicall.c \
|
||||
cmd/multicall-options.c
|
||||
cmd/multicall-options.c \
|
||||
cmd/multicall-match-options.c
|
||||
MULTICALL_OBJ = ${MULTICALL_SRC:.c=.o}
|
||||
MULTICALL = ifupdown
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue