diff options
Diffstat (limited to 'net/zebra/Makefile')
-rw-r--r-- | net/zebra/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile index 963e5f5a4f7..75254aeb47e 100644 --- a/net/zebra/Makefile +++ b/net/zebra/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2001/06/11 06:34:47 jlam Exp $ +# $NetBSD: Makefile,v 1.41 2001/06/12 20:33:07 jlam Exp $ # Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp # @@ -44,7 +44,7 @@ CONFIGURE_ARGS+= --disable-ripngd PLIST_SRC+= ${PKGDIR}/PLIST -CONFIGURE_ENV+= LIBS="${LDFLAGS} ${LIBS}" +LIBS+= ${LDFLAGS} pre-configure: cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf |