libcompat_minix is a compatibility layer meant to let existing commands to work with the new libc.
		
			
				
	
	
		
			9 lines
		
	
	
		
			188 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			188 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
.PATH: ${MINIXSRCDIR}/lib/nbsd_libcompat_minix/include
 | 
						|
 | 
						|
INCSDIR= /usr/netbsd/include
 | 
						|
 | 
						|
INCS+= configfile.h termcap.h
 | 
						|
INCS+= 	compat/a.out.h compat/regexp.h compat/syslog.h \
 | 
						|
	compat/pwd.h
 | 
						|
 |