10 lines
		
	
	
		
			120 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			120 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # stdtime sources
 | |
| .PATH: ${.CURDIR}/stdtime
 | |
| 
 | |
| SRCS+=  \
 | |
| 	ftime.c \
 | |
| 	asctime.c \
 | |
| 	localtime.c \
 | |
| 	strftime.c \
 | |
| 	strptime.c
 | 
