multicall: split option handling routines out to multicall-options.c
This commit is contained in:
		
							parent
							
								
									b817bdb999
								
							
						
					
					
						commit
						2be5add47b
					
				
					 4 changed files with 162 additions and 135 deletions
				
			
		
							
								
								
									
										4
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
										
									
									
									
								
							|  | @ -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 | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue