mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 12:51:07 -05:00
Use the newer libnetmap (included in base) rather than the older nm_open()/nm_close() defined in netmap_user.h MFC after: 3 days
10 lines
93 B
Makefile
10 lines
93 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= valectl
|
|
MAN= valectl.8
|
|
|
|
WARNS?= 3
|
|
|
|
LIBADD= netmap
|
|
|
|
.include <bsd.prog.mk>
|