diff options
Diffstat (limited to 'net/tcpdstat/Makefile')
-rw-r--r-- | net/tcpdstat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/tcpdstat/Makefile b/net/tcpdstat/Makefile index 1bdba4f9b04..9eca89a2171 100644 --- a/net/tcpdstat/Makefile +++ b/net/tcpdstat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/04/11 21:47:00 tv Exp $ +# $NetBSD: Makefile,v 1.10 2005/11/01 18:45:32 tv Exp $ DISTNAME= tcpd-tools-0.8 PKGNAME= tcpdstat-0.8 @@ -8,6 +8,8 @@ MASTER_SITES= ftp://tracer.csl.sony.co.jp/pub/mawi/tools/ MAINTAINER= tech-pkg@NetBSD.org COMMENT= Analyze tcpdump output +NOT_FOR_PLATFORM= Interix-*-* + WRKSRC= ${WRKDIR}/${DISTNAME}/tcpdstat MAKE_ENV= BINDIR=${PREFIX}/bin |