put back libedit support.

This commit is contained in:
christos 2010-08-04 20:29:54 +00:00
parent 6e1c968db3
commit 2dfc3344d7
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2010/08/04 19:23:15 tron Exp $
# $NetBSD: Makefile,v 1.3 2010/08/04 20:29:54 christos Exp $
.include "${.CURDIR}/../Makefile.inc"
@ -7,7 +7,7 @@
PROG= wpa_cli
SRCS= wpa_cli.c wpa_ctrl.c os_unix.c
#CPPFLAGS+=-DCONFIG_READLINE
CPPFLAGS+=-DCONFIG_READLINE
LDADD+=-ledit -lterminfo
DPADD+=${LIBEDIT} ${LIBTERMINFO}