10 lines
		
	
	
		
			114 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			114 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# Makefile for libm
 | 
						|
 | 
						|
# Make a dummy libm library so that -lm works.
 | 
						|
 | 
						|
LIB=	m
 | 
						|
 | 
						|
SRCS=	dummy.c
 | 
						|
 | 
						|
.include <bsd.lib.mk>
 |