12 lines
		
	
	
		
			127 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			127 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| .PATH: ${.CURDIR}/api
 | |
| 
 | |
| SRCS += \
 | |
| 	api_lib.c \
 | |
| 	api_msg.c \
 | |
| 	err.c \
 | |
| 	netbuf.c \
 | |
| 	netdb.c \
 | |
| 	netifapi.c \
 | |
| 	sockets.c \
 | |
| 	tcpip.c
 | 
