7 lines
		
	
	
		
			117 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			117 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # MINIX Specifics sources
 | |
| .PATH: ${.CURDIR}/minix
 | |
| 
 | |
| SRCS+= minix-malloc.c minix-calloc.c
 | |
| SRCS+= minix-malloc-debug.c
 | |
| 
 | 
