diff options
Diffstat (limited to 'net/zebra/Makefile')
-rw-r--r-- | net/zebra/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile index 63a8ec1489f..6531c3e7d41 100644 --- a/net/zebra/Makefile +++ b/net/zebra/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2006/02/05 23:10:33 joerg Exp $ +# $NetBSD: Makefile,v 1.74 2006/03/05 16:27:28 jlam Exp $ # Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp DISTNAME= zebra-0.95 @@ -46,8 +46,8 @@ CONF_FILES+= ${EGDIR}/vtysh.conf.sample ${PKG_SYSCONFDIR}/vtysh.conf CONFIGURE_ARGS+= --disable-vtysh .endif -USE_TOOLS+= automake gmake -USE_MAKEINFO= yes +USE_TOOLS+= automake gmake makeinfo + .include "../../devel/readline/buildlink3.mk" BUILD_DEFS+= USE_INET6 |