9 lines
153 B
Makefile
9 lines
153 B
Makefile
# Makefile for the process status utility.
|
|
#
|
|
|
|
PROG= ps
|
|
CPPFLAGS+= -I${MINIXSRCDIR} -I${MINIXSRCDIR}/servers
|
|
BINMODE= 4755
|
|
MAN=
|
|
|
|
.include <minix.prog.mk>
|