From 086d54e88699f60fb9c8179aa1538f486726e13d Mon Sep 17 00:00:00 2001 From: grant Date: Sat, 10 Jul 2004 09:08:44 +0000 Subject: .include "../../mk/bsd.pkg.mk" not .include <../../mk/bsd.pkg.mk> --- net/tcpdstat/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/tcpdstat') 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" -- cgit v1.2.3