summaryrefslogtreecommitdiff
path: root/net/zebra/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/zebra/Makefile')
-rw-r--r--net/zebra/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile
index 223574663e8..b49f0486fad 100644
--- a/net/zebra/Makefile
+++ b/net/zebra/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2001/11/29 19:46:13 jlam Exp $
+# $NetBSD: Makefile,v 1.49 2002/02/18 15:14:36 seb Exp $
# Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp
#
@@ -32,7 +32,6 @@ PLIST_SRC+= ${PKGDIR}/PLIST.vtysh
CONFIGURE_ARGS+= --disable-vtysh
.endif
-USE_GTEXINFO= # defined
USE_GMAKE= # defined
BUILD_DEFS+= USE_INET6
@@ -55,9 +54,10 @@ pre-configure:
#post-build:
# cd ${WRKSRC}/doc ; \
# ${TOUCH} zebra.texi ; \
-# makeinfo --no-split zebra.texi
+# ${MAKEINFO} --no-split zebra.texi
post-install:
@${CHMOD} a+r ${PREFIX}/share/examples/zebra/*
+.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"