diff options
author | grant <grant@pkgsrc.org> | 2004-07-10 09:08:44 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-07-10 09:08:44 +0000 |
commit | 086d54e88699f60fb9c8179aa1538f486726e13d (patch) | |
tree | c96db4390a0174b93586a7b12d945321113ae88d /net/tcpdstat | |
parent | 362aaa2dad1a991066bfd0762f20beefb59ffe10 (diff) | |
download | pkgsrc-086d54e88699f60fb9c8179aa1538f486726e13d.tar.gz |
.include "../../mk/bsd.pkg.mk" not .include <../../mk/bsd.pkg.mk>
Diffstat (limited to 'net/tcpdstat')
-rw-r--r-- | net/tcpdstat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tcpdstat/Makefile b/net/tcpdstat/Makefile index e26dc64f31a..f7a384a2ec6 100644 --- a/net/tcpdstat/Makefile +++ b/net/tcpdstat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/07/10 09:07:22 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/07/10 09:08:44 grant Exp $ DISTNAME= tcpd-tools-0.8 PKGNAME= tcpdstat-0.8 @@ -12,4 +12,4 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/tcpdstat MAKE_ENV= BINDIR=${PREFIX}/bin USE_BUILDLINK3= yes -.include <../../mk/bsd.pkg.mk> +.include "../../mk/bsd.pkg.mk" |