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