aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/wpa/src/rsn_supp/Makefile
blob: 4d952c2204c478125cf25fa8833dfbd4cb269188 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.include <src.opts.mk>

.include "../../Makefile.inc"

.include "../../Makefile.crypto"

LIB=	wparsn_supp
INTERNALLIB=

.PATH:	${WPA_DISTDIR}/src/rsn_supp

SRCS=	pmksa_cache.c \
	wpa_ft.c \
	tdls.c \
	preauth.c \
	wpa.c \
	wpa_ie.c

CFLAGS+=-DCONFIG_TDLS \
	-DCONFIG_WNM \
	-DIEEE8021X_EAPOL

# We are only interested in includes at this point. Not libraries.
LIBADD=

.include <bsd.lib.mk>