Make ps compile even if source tree isn't /usr/src
This commit is contained in:
		
							parent
							
								
									15c6f7182b
								
							
						
					
					
						commit
						7c2b94fd56
					
				@ -9,9 +9,9 @@ all: ps
 | 
			
		||||
 | 
			
		||||
# process status utility
 | 
			
		||||
ps:	ps.c /usr/include/minix/config.h /usr/include/minix/const.h \
 | 
			
		||||
		/usr/src/kernel/const.h /usr/src/kernel/type.h \
 | 
			
		||||
		/usr/src/kernel/proc.h /usr/src/servers/pm/mproc.h \
 | 
			
		||||
		/usr/src/servers/fs/fproc.h /usr/src/servers/fs/const.h
 | 
			
		||||
		../../kernel/const.h ../../kernel/type.h \
 | 
			
		||||
		../../kernel/proc.h ../../servers/pm/mproc.h \
 | 
			
		||||
		../../servers/fs/fproc.h ../../servers/fs/const.h
 | 
			
		||||
	$(CC) -i $(CFLAGS) -o $@ ps.c
 | 
			
		||||
	install -S 32kw $@
 | 
			
		||||
install:	/usr/bin/ps
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user