diff options
author | sam <sam@FreeBSD.org> | 2009-03-02 02:28:22 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2009-03-02 02:28:22 +0000 |
commit | cba727f413d0099236e6f2a8dd2d3fc5ba76b6a7 (patch) | |
tree | 87f85b2563f7b3c02fa9a41ca88ce40cbc85ca4e /usr.sbin/wpa/hostapd_cli/Makefile | |
parent | 3cac7b891b7108169f5fed3997e777b56c060178 (diff) | |
download | FreeBSD-src-cba727f413d0099236e6f2a8dd2d3fc5ba76b6a7.zip FreeBSD-src-cba727f413d0099236e6f2a8dd2d3fc5ba76b6a7.tar.gz |
update to 0.6.8
Reviewed by: thompsa
Diffstat (limited to 'usr.sbin/wpa/hostapd_cli/Makefile')
-rw-r--r-- | usr.sbin/wpa/hostapd_cli/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/wpa/hostapd_cli/Makefile b/usr.sbin/wpa/hostapd_cli/Makefile index 89d0a11..2639103 100644 --- a/usr.sbin/wpa/hostapd_cli/Makefile +++ b/usr.sbin/wpa/hostapd_cli/Makefile @@ -7,7 +7,7 @@ WPA_SUPPLICANT_DISTDIR?= ${CONTRIB}/wpa_supplicant .PATH: ${HOSTAPD_DISTDIR} ${WPA_SUPPLICANT_DISTDIR} PROG= hostapd_cli -SRCS= hostapd_cli.c wpa_ctrl.c +SRCS= hostapd_cli.c wpa_ctrl.c os_unix.c CFLAGS+= -DCONFIG_CTRL_IFACE CFLAGS+= -DCONFIG_CTRL_IFACE_UNIX |