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 dragonfly.c \ 15 dpp_tcp.c \ 16 gas.c \ 17 hw_features_common.c \ 18 ieee802_11_common.c \ 19 ptksa_cache.c \ 20 wpa_common.c \ 21 wpa_ctrl.c 22 23CFLAGS+=-DCONFIG_SAE \ 24 -DCONFIG_SUITE \ 25 -DCONFIG_SUITEB 26 27# We are only interested in includes at this point. Not libraries. 28LIBADD= 29 30.include <bsd.lib.mk> 31