. also disable stack protection feature for gcc, causes build errors for pkgsrc gcc on minix Change-Id: I1c6e2bcb4d948098d642543d7b2711284ee55c72
		
			
				
	
	
		
			20 lines
		
	
	
		
			204 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			204 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# Makefile for libmthread
 | 
						|
 | 
						|
LIB=	mthread
 | 
						|
 | 
						|
SRCS=	\
 | 
						|
	allocate.c \
 | 
						|
	attribute.c \
 | 
						|
	mutex.c \
 | 
						|
	event.c \
 | 
						|
	rwlock.c \
 | 
						|
	misc.c \
 | 
						|
	queue.c \
 | 
						|
	condition.c \
 | 
						|
	scheduler.c \
 | 
						|
	key.c
 | 
						|
 | 
						|
WARNS?=	4
 | 
						|
 | 
						|
.include <bsd.lib.mk>
 |