summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-11-15 14:55:05 +0000
committerbapt <bapt@FreeBSD.org>2014-11-15 14:55:05 +0000
commit3eed72cbb75753f44c181136c0e2a591ebf46590 (patch)
tree9d3ca3aea0166341c1d93cf4a6c7a1debdaf6406 /usr.sbin
parent316ed4f86183c89d32c00f94a83fcb6c89cb4fa9 (diff)
downloadFreeBSD-src-3eed72cbb75753f44c181136c0e2a591ebf46590.zip
FreeBSD-src-3eed72cbb75753f44c181136c0e2a591ebf46590.tar.gz
wpa_cli does not use libedit anymore since version 1.0
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/wpa/wpa_cli/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/wpa/wpa_cli/Makefile b/usr.sbin/wpa/wpa_cli/Makefile
index 93a1ba7..9530b73 100644
--- a/usr.sbin/wpa/wpa_cli/Makefile
+++ b/usr.sbin/wpa/wpa_cli/Makefile
@@ -14,8 +14,8 @@ CFLAGS+= -DCONFIG_CTRL_IFACE_UNIX
# enable use of d_type to identify unix domain sockets
CFLAGS+= -D_DIRENT_HAVE_D_TYPE
-CFLAGS+= -DCONFIG_READLINE -I${DESTDIR}/${INCLUDEDIR}/edit
-LDADD+= -ledit -ltermcapw -lutil
-DPADD+= ${LIBEDIT} ${LIBTERMCAPW} ${LIBUTIL}
+CFLAGS+= -DCONFIG_WPA_CLI_EDIT=y
+LDADD+= -lutil
+DPADD+= ${LIBUTIL}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud