multicall: split option handling routines out to multicall-options.c

This commit is contained in:
Ariadne Conill 2020-08-11 22:15:52 -06:00
parent b817bdb999
commit 2be5add47b
4 changed files with 162 additions and 135 deletions

View file

@ -39,7 +39,9 @@ LIBIFUPDOWN_SRC = \
LIBIFUPDOWN_OBJ = ${LIBIFUPDOWN_SRC:.c=.o}
LIBIFUPDOWN_LIB = libifupdown.a
MULTICALL_SRC = cmd/multicall.c
MULTICALL_SRC = \
cmd/multicall.c \
cmd/multicall-options.c
MULTICALL_OBJ = ${MULTICALL_SRC:.c=.o}
MULTICALL = ifupdown