aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/wpa/src/utils/Makefile
blob: 22ec732a2b3bbe84cb04ea3e32ada42ad93d1f46 (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
27
28
29
30
31
32
.include <src.opts.mk>

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

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

LIB=	wpautils
INTERNALLIB=

.PATH:	${WPA_DISTDIR}/src/utils

SRCS=	base64.c \
	bitfield.c \
	common.c \
	edit.c \
	eloop.c \
	ip_addr.c \
	os_unix.c \
	uuid.c \
	wpa_debug.c \
	wpabuf.c

CFLAGS+=-DCONFIG_DEBUG_FILE

.if ${MK_INET6} != "no"
CFLAGS+= -DCONFIG_IPV6
.endif

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

.include <bsd.lib.mk>