8dd0880985
The svrctl utility allows you to send control messages to VFS or PM. This way you can retrieve runtime information or alter behavior.
5 lines
59 B
Makefile
5 lines
59 B
Makefile
PROG= svrctl
|
|
BINDIR= /usr/bin
|
|
MAN=
|
|
|
|
.include <bsd.prog.mk>
|