diff options
author | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-03-11 17:21:52 +0000 |
---|---|---|
committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-03-11 17:21:52 +0000 |
commit | 7cf3a1c6b250b3d5403c89c485b8a9ae77d2d89d (patch) | |
tree | c7c6432bea7a4d89ef9b8fc3cd74ebbe223187dc /usr.sbin/wpa | |
parent | e8eb6b5cd648669c59375286dbd6aa180da46115 (diff) | |
download | src-test2-7cf3a1c6b250b3d5403c89c485b8a9ae77d2d89d.tar.gz src-test2-7cf3a1c6b250b3d5403c89c485b8a9ae77d2d89d.zip |
Notes
Diffstat (limited to 'usr.sbin/wpa')
-rw-r--r-- | usr.sbin/wpa/hostapd/Makefile.depend | 1 | ||||
-rw-r--r-- | usr.sbin/wpa/hostapd_cli/Makefile.depend | 1 | ||||
-rw-r--r-- | usr.sbin/wpa/ndis_events/Makefile.depend | 1 | ||||
-rw-r--r-- | usr.sbin/wpa/wpa_cli/Makefile.depend | 1 | ||||
-rw-r--r-- | usr.sbin/wpa/wpa_passphrase/Makefile.depend | 1 | ||||
-rw-r--r-- | usr.sbin/wpa/wpa_supplicant/Makefile.depend | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/wpa/hostapd/Makefile.depend b/usr.sbin/wpa/hostapd/Makefile.depend index 82fe1dccb006..4d8f09c4314f 100644 --- a/usr.sbin/wpa/hostapd/Makefile.depend +++ b/usr.sbin/wpa/hostapd/Makefile.depend @@ -9,6 +9,7 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcompiler_rt \ lib/libpcap \ secure/lib/libcrypto \ secure/lib/libssl \ diff --git a/usr.sbin/wpa/hostapd_cli/Makefile.depend b/usr.sbin/wpa/hostapd_cli/Makefile.depend index dc36998105c4..26cf1959f6fe 100644 --- a/usr.sbin/wpa/hostapd_cli/Makefile.depend +++ b/usr.sbin/wpa/hostapd_cli/Makefile.depend @@ -9,6 +9,7 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcompiler_rt \ .include <dirdeps.mk> diff --git a/usr.sbin/wpa/ndis_events/Makefile.depend b/usr.sbin/wpa/ndis_events/Makefile.depend index dc36998105c4..26cf1959f6fe 100644 --- a/usr.sbin/wpa/ndis_events/Makefile.depend +++ b/usr.sbin/wpa/ndis_events/Makefile.depend @@ -9,6 +9,7 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcompiler_rt \ .include <dirdeps.mk> diff --git a/usr.sbin/wpa/wpa_cli/Makefile.depend b/usr.sbin/wpa/wpa_cli/Makefile.depend index 035d9ccd48a6..b9f4c018df24 100644 --- a/usr.sbin/wpa/wpa_cli/Makefile.depend +++ b/usr.sbin/wpa/wpa_cli/Makefile.depend @@ -9,6 +9,7 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcompiler_rt \ lib/libedit \ lib/libedit/edit/readline \ lib/ncurses/ncurses \ diff --git a/usr.sbin/wpa/wpa_passphrase/Makefile.depend b/usr.sbin/wpa/wpa_passphrase/Makefile.depend index dc36998105c4..26cf1959f6fe 100644 --- a/usr.sbin/wpa/wpa_passphrase/Makefile.depend +++ b/usr.sbin/wpa/wpa_passphrase/Makefile.depend @@ -9,6 +9,7 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcompiler_rt \ .include <dirdeps.mk> diff --git a/usr.sbin/wpa/wpa_supplicant/Makefile.depend b/usr.sbin/wpa/wpa_supplicant/Makefile.depend index 82fe1dccb006..4d8f09c4314f 100644 --- a/usr.sbin/wpa/wpa_supplicant/Makefile.depend +++ b/usr.sbin/wpa/wpa_supplicant/Makefile.depend @@ -9,6 +9,7 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcompiler_rt \ lib/libpcap \ secure/lib/libcrypto \ secure/lib/libssl \ |