diff options
author | tv <tv@pkgsrc.org> | 2005-11-01 18:45:32 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-01 18:45:32 +0000 |
commit | a4a790998612c271f67141c4c8cf57bc48a6c86c (patch) | |
tree | 20bc22b90baed79ca6b4119a032a4f5f7b051cdc /net/tcpdstat | |
parent | c64fe85c08e395c51d36106fd113f5a95ab0f8af (diff) | |
download | pkgsrc-a4a790998612c271f67141c4c8cf57bc48a6c86c.tar.gz |
NOT_FOR_PLATFORM Interix.
Diffstat (limited to 'net/tcpdstat')
-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 |