diff options
author | grant <grant> | 2004-07-10 09:08:44 +0000 |
---|---|---|
committer | grant <grant> | 2004-07-10 09:08:44 +0000 |
commit | 217ac1613163fe09a5bf1ad7334617219ca055a1 (patch) | |
tree | c96db4390a0174b93586a7b12d945321113ae88d /net/tcpdstat | |
parent | 6a31d8fb263f6fd8c6280a7e428a59c924621e9a (diff) | |
download | pkgsrc-217ac1613163fe09a5bf1ad7334617219ca055a1.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" |