8 lines
		
	
	
		
			84 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			84 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# Makefile for the process status utility.
 | 
						|
#
 | 
						|
 | 
						|
PROG=	ps
 | 
						|
MAN=
 | 
						|
 | 
						|
.include <bsd.prog.mk>
 |