c0c8d25799
Makes things easier for pkgsrc
9 lines
151 B
Makefile
9 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>
|