This patch imports the unmodified current version of NetBSD libc. The NetBSD includes are in /nbsd_include, while the libc code itself is split between lib/nbsd_libc and common/lib/libc.
		
			
				
	
	
		
			13 lines
		
	
	
		
			310 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			310 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# $NetBSD: Makefile.inc,v 1.1 2005/09/24 20:51:14 elad Exp $
 | 
						|
 | 
						|
# hash functions
 | 
						|
.PATH: ${.CURDIR}/hash/md2
 | 
						|
 | 
						|
SRCS+=	md2.c md2hl.c
 | 
						|
 | 
						|
MAN+=	md2.3
 | 
						|
 | 
						|
MLINKS+=md2.3 MD2Init.3 md2.3 MD2Update.3 md2.3 MD2Final.3
 | 
						|
MLINKS+=md2.3 MD2End.3  md2.3 MD2File.3   md2.3 MD2Data.3
 | 
						|
MLINKS+=md2.3 MD2Transform.3  md2.3 MD2FileChunk.3
 |