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