1.include <src.opts.mk> 2 3.include "../../Makefile.inc" 4 5.include "../../Makefile.crypto" 6 7LIB= wpacommon 8INTERNALLIB= 9 10.PATH: ${WPA_DISTDIR}/src/common 11 12SRCS= cli.c \ 13 ctrl_iface_common.c \ 14 gas.c \ 15 hw_features_common.c \ 16 ieee802_11_common.c \ 17 wpa_common.c \ 18 wpa_ctrl.c 19 20CFLAGS+=-DCONFIG_SAE \ 21 -DCONFIG_SUITE \ 22 -DCONFIG_SUITEB 23 24# We are only interested in includes at this point. Not libraries. 25LIBADD= 26 27.include <bsd.lib.mk> 28