diff options
-rw-r--r-- | net/zebra/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile index 75254aeb47e..78c55cbb9ea 100644 --- a/net/zebra/Makefile +++ b/net/zebra/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2001/06/12 20:33:07 jlam Exp $ +# $NetBSD: Makefile,v 1.42 2001/06/21 02:27:12 jlam Exp $ # Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp # @@ -17,10 +17,14 @@ BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf .include "../../mk/bsd.prefs.mk" +USE_BUILDLINK_ONLY= # defined +GNU_CONFIGURE= # defined +CONFIGURE_ARGS+= --sysconfdir=/etc/zebra + PLIST_SRC= # empty .if defined(USE_ZEBRA_VTYSH) && ${USE_ZEBRA_VTYSH} == "YES" -USE_GNU_READLINE= uses rl_pending_input +USE_GNU_READLINE= # uses rl_pending_input .include "../../devel/readline/buildlink.mk" CONFIGURE_ARGS+= --enable-vtysh PLIST_SRC+= ${PKGDIR}/PLIST.vtysh @@ -28,8 +32,6 @@ PLIST_SRC+= ${PKGDIR}/PLIST.vtysh CONFIGURE_ARGS+= --disable-vtysh .endif -GNU_CONFIGURE= # defined -CONFIGURE_ARGS+= --sysconfdir=/etc/zebra USE_GTEXINFO= # defined USE_GMAKE= # defined @@ -47,7 +49,7 @@ PLIST_SRC+= ${PKGDIR}/PLIST LIBS+= ${LDFLAGS} pre-configure: - cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf + cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf --force # cd ${WRKSRC} && ${LOCALBASE}/bin/automake #post-build: |