summaryrefslogtreecommitdiff
path: root/net/tcpdstat
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-07-10 09:08:44 +0000
committergrant <grant@pkgsrc.org>2004-07-10 09:08:44 +0000
commitf8e5309de4699b12657e2efa9f59d4267f8b4ab8 (patch)
treec96db4390a0174b93586a7b12d945321113ae88d /net/tcpdstat
parentf1a60e7ee81b86811c41f501de01330d932d1309 (diff)
downloadpkgsrc-f8e5309de4699b12657e2efa9f59d4267f8b4ab8.tar.gz
.include "../../mk/bsd.pkg.mk" not .include <../../mk/bsd.pkg.mk>
Diffstat (limited to 'net/tcpdstat')
-rw-r--r--net/tcpdstat/Makefile4
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"