Make ps compile even if source tree isn't /usr/src
This commit is contained in:
parent
15c6f7182b
commit
7c2b94fd56
1 changed files with 3 additions and 3 deletions
|
@ -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…
Reference in a new issue