diff --git a/usr.sbin/wpa/src/wps/Makefile b/usr.sbin/wpa/src/wps/Makefile index 5f5485d69bce..8890c34fb0a3 100644 --- a/usr.sbin/wpa/src/wps/Makefile +++ b/usr.sbin/wpa/src/wps/Makefile @@ -1,39 +1,37 @@ .include .include "../../Makefile.inc" .include "../../Makefile.crypto" LIB= wpawps INTERNALLIB= .PATH: ${WPA_DISTDIR}/src/wps SRCS= http_client.c \ httpread.c \ http_server.c \ upnp_xml.c \ wps_attr_build.c \ wps_attr_parse.c \ wps_attr_process.c \ wps.c \ wps_common.c \ wps_dev_attr.c \ wps_enrollee.c \ wps_registrar.c \ wps_upnp_ap.c \ wps_upnp.c \ wps_upnp_event.c \ wps_upnp_ssdp.c \ wps_upnp_web.c -CFLAGS+=-DCONFIG_P2P - .if ${MK_INET6} != "no" CFLAGS+= -DCONFIG_IPV6 .endif # We are only interested in includes at this point. Not libraries. LIBADD= .include