12 lines
		
	
	
		
			173 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			173 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # Makefile for libvassert library
 | |
| 
 | |
| NOGCCERROR=yes
 | |
| 
 | |
| MKPIC?=	no
 | |
| LIB=    vassert
 | |
| SRCS=	backdoor.S vassert.c
 | |
| INCS+=	vassert.h
 | |
| INCSDIR= /usr/include/minix
 | |
| 
 | |
| .include <bsd.lib.mk>
 | 
