diff options
Diffstat (limited to 'misc/vfu/Makefile')
-rw-r--r-- | misc/vfu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/vfu/Makefile b/misc/vfu/Makefile index 60b0f4cecbc..07b12ab6463 100644 --- a/misc/vfu/Makefile +++ b/misc/vfu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2003/07/17 21:50:01 grant Exp $ +# $NetBSD: Makefile,v 1.32 2003/09/27 17:07:37 grant Exp $ # DISTNAME= vfu-3.04 @@ -36,6 +36,6 @@ post-install: cd ${WRKSRC}; \ ${INSTALL_DATA} ${WRKSRC}/vfu.conf ${EGDIR}/vfu.conf -.include "../../devel/ncurses/buildlink2.mk" +.include "../../mk/curses.buildlink2.mk" .include "../../lang/perl5/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |