13 lines
		
	
	
		
			161 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			161 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # Makefile for libexec
 | |
| 
 | |
| # LSC For now
 | |
| NOGCCERROR:= yes 
 | |
| 
 | |
| LIB=	exec
 | |
| INCS=	libexec.h
 | |
| SRCS=	exec_elf.c exec_general.c
 | |
| 
 | |
| INCSDIR= /usr/include
 | |
| 
 | |
| .include <bsd.lib.mk>
 | 
