Files
minix/commands/ps/Makefile
T
2010-06-25 18:29:09 +00:00

10 lines
151 B
Makefile

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