36 lines
		
	
	
		
			587 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			587 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| .include <bsd.own.mk>
 | |
| 
 | |
| .PATH: 	${.CURDIR} ${.CURDIR}/${MACHINE_ARCH}
 | |
| .include "${MACHINE_ARCH}/Makefile.inc"
 | |
| 
 | |
| INCSDIR= /usr/include
 | |
| LIB=	minlib
 | |
| 
 | |
| USE_SHLIBDIR= yes
 | |
| 
 | |
| CPPFLAGS.fslib.c+= -I${NETBSDSRCDIR}/servers
 | |
| CPPFLAGS.fsversion.c+= -I${NETBSDSRCDIR}/servers
 | |
| SRCS+= 	fslib.c fsversion.c
 | |
| 
 | |
| # DHCP get/set tags.
 | |
| SRCS+= dhcp_gettag.c dhcp_settag.c
 | |
| 
 | |
| # Gcov support.
 | |
| SRCS+= gcov.c gcov_flush.c
 | |
| 
 | |
| # Various utils
 | |
| SRCS+= itoa.c read_tsc_64.c
 | |
| 
 | |
| # servxcheck
 | |
| SRCS+= servxcheck.c
 | |
| 
 | |
| # queryparam
 | |
| SRCS+= paramvalue.c
 | |
| 
 | |
| SRCS+= oneC_sum.c
 | |
| 
 | |
| SUBDIR+= pkgconfig
 | |
| 
 | |
| .include <bsd.lib.mk>
 | |
| .include <bsd.subdir.mk>
 | 
