Module Name: src Committed By: roy Date: Wed Jan 20 15:08:44 UTC 2016
Modified Files: src/external/bsd/wpa/bin: Makefile.inc Log Message: Build with kqueue(2) support To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/bsd/wpa/bin/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/bsd/wpa/bin/Makefile.inc diff -u src/external/bsd/wpa/bin/Makefile.inc:1.1 src/external/bsd/wpa/bin/Makefile.inc:1.2 --- src/external/bsd/wpa/bin/Makefile.inc:1.1 Wed Aug 4 17:12:33 2010 +++ src/external/bsd/wpa/bin/Makefile.inc Wed Jan 20 15:08:44 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.1 2010/08/04 17:12:33 christos Exp $ +# $NetBSD: Makefile.inc,v 1.2 2016/01/20 15:08:44 roy Exp $ BINDIR?= /usr/sbin @@ -25,7 +25,7 @@ CPPFLAGS+= \ -I${WPA_DISTDIR}/src/l2_packet \ -I${WPA_DISTDIR}/src/utils -CPPFLAGS+=-DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX +CPPFLAGS+=-DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE .include <bsd.own.mk>