minix/commands/ps/Makefile

10 lines
153 B
Makefile
Raw Normal View History

2005-04-21 16:53:53 +02:00
# Makefile for the process status utility.
#
PROG= ps
CPPFLAGS+= -I${MINIXSRCDIR} -I${MINIXSRCDIR}/servers
BINMODE= 4755
MAN=
2005-06-20 11:23:55 +02:00
.include <minix.prog.mk>