Build with interface matching support.
This commit is contained in:
parent
44c22e3889
commit
52194b1e29
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.6 2016/01/08 23:31:29 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2016/03/23 09:35:25 roy Exp $
|
||||
|
||||
.include "${.CURDIR}/../Makefile.inc"
|
||||
|
||||
|
@ -57,13 +57,14 @@ CPPFLAGS+= \
|
|||
|
||||
CPPFLAGS+=-DCONFIG_BACKEND_FILE
|
||||
CPPFLAGS+=-DCONFIG_PEERKEY
|
||||
CPPFLAGS+=-DCONFIG_DEBUG_SYSLOG
|
||||
CPPFLAGS+=-DCONFIG_DRIVER_WIRED
|
||||
CPPFLAGS+=-DCONFIG_MATCH_IFACE
|
||||
CPPFLAGS+=-DCONFIG_DRIVER_BSD
|
||||
CPPFLAGS+=-DCONFIG_DRIVER_WIRED
|
||||
CPPFLAGS+=-DCONFIG_CTRL_IFACE
|
||||
CPPFLAGS+=-DCONFIG_CTRL_IFACE_UNIX
|
||||
CPPFLAGS+=-DCONFIG_SMARTCARD
|
||||
CPPFLAGS+=-DCONFIG_DEBUG_FILE
|
||||
CPPFLAGS+=-DCONFIG_DEBUG_SYSLOG
|
||||
|
||||
DPADD+= ${LIBPCAP}
|
||||
LDADD+= -lpcap
|
||||
|
|
Loading…
Reference in New Issue