xref: /freebsd/usr.sbin/wpa/src/wps/Makefile (revision 3e8eb5c7f4909209c042403ddee340b2ee7003a5)
125ecdc7dSCy Schubert.include <src.opts.mk>
225ecdc7dSCy Schubert
325ecdc7dSCy Schubert.include "../../Makefile.inc"
425ecdc7dSCy Schubert
5*9a0f8228SCy Schubert.include "../../Makefile.crypto"
6*9a0f8228SCy Schubert
725ecdc7dSCy SchubertLIB=	wpawps
825ecdc7dSCy SchubertINTERNALLIB=
925ecdc7dSCy Schubert
1025ecdc7dSCy Schubert.PATH:	${WPA_DISTDIR}/src/wps
1125ecdc7dSCy Schubert
1225ecdc7dSCy SchubertSRCS=	http_client.c \
1325ecdc7dSCy Schubert	httpread.c \
1425ecdc7dSCy Schubert	http_server.c \
1525ecdc7dSCy Schubert	upnp_xml.c \
1625ecdc7dSCy Schubert	wps_attr_build.c \
1725ecdc7dSCy Schubert	wps_attr_parse.c \
1825ecdc7dSCy Schubert	wps_attr_process.c \
1925ecdc7dSCy Schubert	wps.c \
2025ecdc7dSCy Schubert	wps_common.c \
2125ecdc7dSCy Schubert	wps_dev_attr.c \
2225ecdc7dSCy Schubert	wps_enrollee.c \
2325ecdc7dSCy Schubert	wps_registrar.c \
2425ecdc7dSCy Schubert	wps_upnp_ap.c \
2525ecdc7dSCy Schubert	wps_upnp.c \
2625ecdc7dSCy Schubert	wps_upnp_event.c \
2725ecdc7dSCy Schubert	wps_upnp_ssdp.c \
2825ecdc7dSCy Schubert	wps_upnp_web.c
2925ecdc7dSCy Schubert
3025ecdc7dSCy Schubert.if ${MK_INET6} != "no"
3125ecdc7dSCy SchubertCFLAGS+= -DCONFIG_IPV6
3225ecdc7dSCy Schubert.endif
3325ecdc7dSCy Schubert
3425ecdc7dSCy Schubert# We are only interested in includes at this point. Not libraries.
3525ecdc7dSCy SchubertLIBADD=
3625ecdc7dSCy Schubert
3725ecdc7dSCy Schubert.include <bsd.lib.mk>
38