freebsd-dev/usr.sbin/valectl/Makefile
Vincenzo Maffione c7c7805531 add valectl to the system commands
The valectl(4) program is used to manage vale(4) switches.
Add it to the system commands so that it can be used right away.
This program was previously called vale-ctl, and stored in
tools/tools/netmap

Reviewed by:	hrs, bcr, lwhsu, kevans
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D22146
2019-10-31 21:01:34 +00:00

9 lines
77 B
Makefile

# $FreeBSD$
PROG= valectl
MAN= valectl.8
WARNS?= 3
.include <bsd.prog.mk>