turn on command line editing.
This commit is contained in:
parent
2d9dad6f00
commit
1b3a5dad50
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.3 2006/04/12 15:32:45 rpaulo Exp $
|
# $NetBSD: Makefile,v 1.4 2007/05/27 19:46:31 christos Exp $
|
||||||
|
|
||||||
.include "${.CURDIR}/../Makefile.inc"
|
.include "${.CURDIR}/../Makefile.inc"
|
||||||
|
|
||||||
|
@ -7,6 +7,10 @@
|
||||||
PROG= wpa_cli
|
PROG= wpa_cli
|
||||||
SRCS= wpa_cli.c wpa_ctrl.c
|
SRCS= wpa_cli.c wpa_ctrl.c
|
||||||
|
|
||||||
|
CPPFLAGS+=-DCONFIG_READLINE
|
||||||
|
LDADD+=-ledit
|
||||||
|
DPADD+=${LIBEDIT}
|
||||||
|
|
||||||
MAN= wpa_cli.8
|
MAN= wpa_cli.8
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
|
Loading…
Reference in New Issue