1*25ecdc7dSCy Schubert.include <src.opts.mk> 2*25ecdc7dSCy Schubert 3*25ecdc7dSCy Schubert.include "../../Makefile.inc" 4*25ecdc7dSCy Schubert 5*25ecdc7dSCy SchubertLIB= wpautils 6*25ecdc7dSCy SchubertINTERNALLIB= 7*25ecdc7dSCy Schubert 8*25ecdc7dSCy Schubert.PATH: ${WPA_DISTDIR}/src/utils 9*25ecdc7dSCy Schubert 10*25ecdc7dSCy SchubertSRCS= base64.c \ 11*25ecdc7dSCy Schubert bitfield.c \ 12*25ecdc7dSCy Schubert common.c \ 13*25ecdc7dSCy Schubert edit.c \ 14*25ecdc7dSCy Schubert eloop.c \ 15*25ecdc7dSCy Schubert ip_addr.c \ 16*25ecdc7dSCy Schubert os_unix.c \ 17*25ecdc7dSCy Schubert uuid.c \ 18*25ecdc7dSCy Schubert wpa_debug.c \ 19*25ecdc7dSCy Schubert wpabuf.c 20*25ecdc7dSCy Schubert 21*25ecdc7dSCy SchubertCFLAGS+=-DCONFIG_DEBUG_FILE 22*25ecdc7dSCy Schubert 23*25ecdc7dSCy Schubert.if ${MK_INET6} != "no" 24*25ecdc7dSCy SchubertCFLAGS+= -DCONFIG_IPV6 25*25ecdc7dSCy Schubert.endif 26*25ecdc7dSCy Schubert 27*25ecdc7dSCy Schubert.include "../../Makefile.crypto" 28*25ecdc7dSCy Schubert 29*25ecdc7dSCy Schubert# We are only interested in includes at this point. Not libraries. 30*25ecdc7dSCy SchubertLIBADD= 31*25ecdc7dSCy Schubert 32*25ecdc7dSCy Schubert.include <bsd.lib.mk> 33