Revert previous: the readline support here does unspeakable things with

the history buffer that require knowledge of the readline internals to
make safe (it "knows" that GNU readline mallocs certain returned data,
and thus, with libedit, happily calls free on static variables).
This commit is contained in:
tls 2007-05-28 03:28:58 +00:00
parent 62e0f430f0
commit 7d2d02742e

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2007/05/27 19:46:31 christos Exp $
# $NetBSD: Makefile,v 1.5 2007/05/28 03:28:58 tls Exp $
.include "${.CURDIR}/../Makefile.inc"
@ -7,10 +7,6 @@
PROG= wpa_cli
SRCS= wpa_cli.c wpa_ctrl.c
CPPFLAGS+=-DCONFIG_READLINE
LDADD+=-ledit
DPADD+=${LIBEDIT}
MAN= wpa_cli.8
.include <bsd.prog.mk>