aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/wpa/src/radius/Makefile
blob: 1ef986a799aebe61f52834e22d4606869c6c5bb4 (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
.include <src.opts.mk>

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

LIB=	wparadius
INTERNALLIB=

.PATH:	${WPA_DISTDIR}/src/radius

SRCS=	radius.c \
	radius_client.c \
	radius_das.c \
	radius_server.c

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

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

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

.include <bsd.lib.mk>