mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
4c9c296e63
This unbloat FreeBSD-utilities a bit and not everyone uses valectl which is the only in-tree consumer of libnetmap Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D38225
12 lines
109 B
Makefile
12 lines
109 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= netmap
|
|
PROG= valectl
|
|
MAN= valectl.8
|
|
|
|
WARNS?= 3
|
|
|
|
LIBADD= netmap
|
|
|
|
.include <bsd.prog.mk>
|