2005-04-21 16:53:53 +02:00
|
|
|
# Makefile for the process status utility.
|
|
|
|
#
|
|
|
|
|
2010-05-12 18:28:54 +02:00
|
|
|
PROG= ps
|
|
|
|
CPPFLAGS+= -I${MINIXSRCDIR} -I${MINIXSRCDIR}/servers
|
|
|
|
BINMODE= 4755
|
|
|
|
MAN=
|
2005-06-20 11:23:55 +02:00
|
|
|
|
2010-06-25 20:29:09 +02:00
|
|
|
.include <bsd.prog.mk>
|