opnsense-src/lib/libnetmap/Makefile
Franco Fichtner 428cc85275 src: fix a few of the non-mergable changes for $FreeBSD$ removal
This clears up the "upstreamdiff" target.
2023-09-06 08:14:49 +02:00

15 lines
228 B
Makefile

#
#
.include <src.opts.mk>
PACKAGE= lib${LIB}
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>