update for 2.0

This commit is contained in:
christos 2014-01-03 02:07:31 +00:00
parent e604d8611d
commit d9bedca71a
3 changed files with 9 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2012/10/08 00:03:20 christos Exp $
# $NetBSD: Makefile,v 1.4 2014/01/03 02:07:31 christos Exp $
.include "${.CURDIR}/../Makefile.inc"
@ -15,6 +15,7 @@ authsrv.c \
beacon.c \
ctrl_iface_ap.c \
drv_callbacks.c \
eap_user_db.c \
hostapd.c \
ieee802_11_auth.c \
ieee802_11_shared.c \
@ -39,11 +40,13 @@ wpa_ctrl.c
# drivers
SRCS+= \
driver_bsd.c \
driver_common.c \
drivers.c
# radius
SRCS+= \
radius.c \
radius_das.c \
radius_client.c \
radius_server.c
@ -82,10 +85,10 @@ eap_server_methods.c
# crypto
SRCS+= \
crypto_openssl.c \
md5.c \
random.c \
sha1.c \
sha1-pbkdf2.c
sha1-prf.c
.PATH.c: \
${HOSTAPD_DISTDIR} \
@ -143,7 +146,6 @@ aes-eax.c \
aes-encblock.c \
aes-omac1.c \
aes-wrap.c \
crypto_openssl.c \
dh_groups.c \
fips_prf_openssl.c \
ms_funcs.c \

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2010/08/04 17:12:34 christos Exp $
# $NetBSD: Makefile,v 1.2 2014/01/03 02:07:31 christos Exp $
.include "${.CURDIR}/../Makefile.inc"
@ -8,8 +8,6 @@ PROG= wpa_passphrase
SRCS= \
md5.c \
os_unix.c \
sha1-pbkdf2.c \
sha1.c \
wpa_debug.c \
wpa_passphrase.c \
wpabuf.c

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2012/10/08 00:03:20 christos Exp $
# $NetBSD: Makefile,v 1.3 2014/01/03 02:07:31 christos Exp $
.include "${.CURDIR}/../Makefile.inc"
@ -32,7 +32,6 @@ pmksa_cache.c \
preauth.c \
random.c \
scan.c \
sha1.c \
wpa.c \
wpa_common.c \
wpa_debug.c \
@ -98,8 +97,8 @@ eap_tls_common.c \
eap_ttls.c \
ms_funcs.c \
mschapv2.c \
sha1-pbkdf2.c \
sha1-tlsprf.c \
sha1-prf.c \
tls_openssl.c
SRCS+=aes-ctr.c \