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 sae.c \ 21 wpa_common.c \ 22 wpa_ctrl.c 23 24CFLAGS+=-DCONFIG_SAE \ 25 -DCONFIG_SUITE \ 26 -DCONFIG_SUITEB 27 28# We are only interested in includes at this point. Not libraries. 29LIBADD= 30 31.include <bsd.lib.mk> 32