freebsd-dev/usr.sbin/valectl/Makefile
Vincenzo Maffione 9fd3f663da netmap: valectl: switch to libnetmap
Use the newer libnetmap (included in base) rather than the older
nm_open()/nm_close() defined in netmap_user.h

MFC after:      3 days
2020-11-22 10:02:56 +00:00

11 lines
93 B
Makefile

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