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= wpal2_packet 825ecdc7dSCy SchubertINTERNALLIB= 925ecdc7dSCy Schubert 1025ecdc7dSCy Schubert.PATH: ${WPA_DISTDIR}/src/l2_packet 1125ecdc7dSCy Schubert 1225ecdc7dSCy SchubertSRCS= l2_packet_freebsd.c 1325ecdc7dSCy Schubert 1425ecdc7dSCy SchubertCFLAGS+=-DIEEE8021X_EAPOL 1525ecdc7dSCy Schubert 1625ecdc7dSCy Schubert# We are only interested in includes at this point. Not libraries. 1725ecdc7dSCy SchubertLIBADD= 1825ecdc7dSCy Schubert 1925ecdc7dSCy Schubert.include <bsd.lib.mk> 20