aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/wpa
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2007-12-20 00:52:02 +0000
committerSam Leffler <sam@FreeBSD.org>2007-12-20 00:52:02 +0000
commit74301f9edd100aa81358e07a90f22466aa0af209 (patch)
tree18d9b7a0220f0dddc975bff23c785cf0f26644de /usr.sbin/wpa
parent75d63045d9df1ddab58826b7e5509276d3162a96 (diff)
downloadsrc-74301f9edd100aa81358e07a90f22466aa0af209.tar.gz
src-74301f9edd100aa81358e07a90f22466aa0af209.zip
enable wired driver support
Submitted by: "Paul B. Mahol" <onemda@gmail.com> MFC after: 1 week
Notes
Notes: svn path=/head/; revision=174803
Diffstat (limited to 'usr.sbin/wpa')
-rw-r--r--usr.sbin/wpa/wpa_supplicant/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/wpa/wpa_supplicant/Makefile b/usr.sbin/wpa/wpa_supplicant/Makefile
index 9dd95362c7dc..f493fa2f5a94 100644
--- a/usr.sbin/wpa/wpa_supplicant/Makefile
+++ b/usr.sbin/wpa/wpa_supplicant/Makefile
@@ -10,6 +10,7 @@ SRCS= config.c eloop.c common.c md5.c rc4.c sha1.c aes_wrap.c \
wpa_supplicant.c events.c wpa.c preauth.c pmksa_cache.c \
ctrl_iface.c ctrl_iface_unix.c l2_packet.c main.c drivers.c \
driver_ndis.c Packet32.c \
+ driver_wired.c \
driver_freebsd.c os_unix.c
MAN= wpa_supplicant.8 wpa_supplicant.conf.5
@@ -22,6 +23,7 @@ FILES= wpa_supplicant.conf
CFLAGS+= -I${.CURDIR} -I${WPA_SUPPLICANT_DISTDIR}
CFLAGS+= -DCONFIG_DRIVER_BSD
CFLAGS+= -DCONFIG_DRIVER_NDIS
+CFLAGS+= -DCONFIG_DRIVER_WIRED
CFLAGS+= -DCONFIG_CTRL_IFACE
CFLAGS+= -DCONFIG_CTRL_IFACE_UNIX
CFLAGS+= -DCONFIG_TERMINATE_ONLASTIF