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
17 lines
237 B
Makefile
17 lines
237 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PACKAGE= netmap
|
|
LIB= netmap
|
|
SRCS= nmctx.c nmport.c \
|
|
nmctx-pthreads.c nmreq.c
|
|
INCS= libnetmap.h
|
|
#MAN= libnetmap.3
|
|
CFLAGS+= -I${SRCTOP}/sys/net -I${.CURDIR}
|
|
WARNS?= 2
|
|
|
|
.include <bsd.lib.mk>
|