diff options
author | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
commit | f816d81489fd245a89e581c2f9cf792562ade194 (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /net/tcpdstat | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'net/tcpdstat')
-rw-r--r-- | net/tcpdstat/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/tcpdstat/Makefile b/net/tcpdstat/Makefile index f7a384a2ec6..1bdba4f9b04 100644 --- a/net/tcpdstat/Makefile +++ b/net/tcpdstat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/07/10 09:08:44 grant Exp $ +# $NetBSD: Makefile,v 1.9 2005/04/11 21:47:00 tv Exp $ DISTNAME= tcpd-tools-0.8 PKGNAME= tcpdstat-0.8 @@ -10,6 +10,5 @@ COMMENT= Analyze tcpdump output WRKSRC= ${WRKDIR}/${DISTNAME}/tcpdstat MAKE_ENV= BINDIR=${PREFIX}/bin -USE_BUILDLINK3= yes .include "../../mk/bsd.pkg.mk" |