xref: /freebsd/usr.sbin/wpa/src/radius/Makefile (revision 9a0f8228)
125ecdc7dSCy Schubert.include <src.opts.mk>
225ecdc7dSCy Schubert
325ecdc7dSCy Schubert.include "../../Makefile.inc"
425ecdc7dSCy Schubert
59a0f8228SCy Schubert.include "../../Makefile.crypto"
69a0f8228SCy Schubert
725ecdc7dSCy SchubertLIB=	wparadius
825ecdc7dSCy SchubertINTERNALLIB=
925ecdc7dSCy Schubert
1025ecdc7dSCy Schubert.PATH:	${WPA_DISTDIR}/src/radius
1125ecdc7dSCy Schubert
1225ecdc7dSCy SchubertSRCS=	radius.c \
1325ecdc7dSCy Schubert	radius_client.c \
1425ecdc7dSCy Schubert	radius_das.c \
1525ecdc7dSCy Schubert	radius_server.c
1625ecdc7dSCy Schubert
1725ecdc7dSCy Schubert.if ${MK_INET6} != "no"
1825ecdc7dSCy SchubertCFLAGS+= -DCONFIG_IPV6
1925ecdc7dSCy Schubert.endif
2025ecdc7dSCy Schubert
2125ecdc7dSCy Schubert# We are only interested in includes at this point. Not libraries.
2225ecdc7dSCy SchubertLIBADD=
2325ecdc7dSCy Schubert
2425ecdc7dSCy Schubert.include <bsd.lib.mk>
25