diff options
Diffstat (limited to 'devel/rx/Makefile')
-rw-r--r-- | devel/rx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/rx/Makefile b/devel/rx/Makefile index 3aa56369580..aa58ed069a7 100644 --- a/devel/rx/Makefile +++ b/devel/rx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/06/29 23:02:11 zuntum Exp $ +# $NetBSD: Makefile,v 1.7 2002/02/18 15:14:15 seb Exp $ DISTNAME= rx-1.5 CATEGORIES= devel @@ -25,4 +25,5 @@ MAKE_ENV+= RX_MAJOR="${RX_MAJOR}" RX_MINOR="${RX_MINOR}" post-install: cd ${WRKSRC}/doc; ${INSTALL_DATA} ${INFO_FILES} ${PREFIX}/info +.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |