diff options
Diffstat (limited to 'comms/jpilot-expense')
-rw-r--r-- | comms/jpilot-expense/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/jpilot-expense/Makefile b/comms/jpilot-expense/Makefile index 1f3efb2bdcf..719818b161c 100644 --- a/comms/jpilot-expense/Makefile +++ b/comms/jpilot-expense/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/06/27 14:43:06 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2001/06/27 18:07:54 jlam Exp $ DISTNAME= jpilot-0.99 PKGNAME= jpilot-expense-0.99 @@ -30,5 +30,5 @@ post-extract: ${LN} -sf ${LIBTOOL} ${WRKSRC}/../libtool .include "../../comms/jpilot/buildlink.mk" -.include "../../comms/pilot-link/buildlink.mk" +.include "../../comms/pilot-link-lib/buildlink.mk" .include "../../mk/bsd.pkg.mk" |