7 lines
84 B
Makefile
7 lines
84 B
Makefile
# Makefile for the process status utility.
|
|
#
|
|
|
|
PROG= ps
|
|
MAN=
|
|
|
|
.include <bsd.prog.mk>
|