diff options
Diffstat (limited to 'net/zebra/Makefile')
-rw-r--r-- | net/zebra/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile index 308189793ec..f34e6ef914b 100644 --- a/net/zebra/Makefile +++ b/net/zebra/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2000/10/29 15:35:35 itojun Exp $ +# $NetBSD: Makefile,v 1.28 2000/12/26 14:32:30 itojun Exp $ # Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp # @@ -18,6 +18,7 @@ BUILD_DEPENDS+= autoreconf:../../devel/autoconf # libedit does not work due to missing functions. .if defined(USE_ZEBRA_VTYSH) && ${USE_ZEBRA_VTYSH} == "YES" +BROKEN= "possible security issue" DEPENDS+= readline-*:../../devel/readline CONFIGURE_ARGS+=--enable-vtysh CONFIGURE_ENV+= LIBS=-L${LOCALBASE}/lib CPPFLAGS=-I${LOCALBASE}/include |