minix/commands/svrctl/Makefile
Thomas Veerman 8dd0880985 Add a simple utility to send control messages
The svrctl utility allows you to send control messages to VFS or PM.
This way you can retrieve runtime information or alter behavior.
2012-04-13 12:58:41 +00:00

6 lines
59 B
Makefile

PROG= svrctl
BINDIR= /usr/bin
MAN=
.include <bsd.prog.mk>