diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-03-24 07:37:39 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-03-24 07:37:39 +0000 |
commit | 5426a93f682b9139871b51c5475d45cd99a5e28b (patch) | |
tree | d0daff59f7453ba4ffaa45d6a3178f57fadbec1f /security/sniff | |
parent | 2c707bc63cceaec9af8dc6767f3aad7fbd0cada2 (diff) | |
download | pkgsrc-5426a93f682b9139871b51c5475d45cd99a5e28b.tar.gz |
Remove redundant MAKE_ENV
Diffstat (limited to 'security/sniff')
-rw-r--r-- | security/sniff/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/sniff/Makefile b/security/sniff/Makefile index 2adbfea2905..5f9a40f9e49 100644 --- a/security/sniff/Makefile +++ b/security/sniff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/03/13 15:23:26 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/03/24 07:37:39 zuntum Exp $ # DISTNAME= sniff-2.0 @@ -8,6 +8,4 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= zuntum@netbsd.org COMMENT= Program to sniff logins and passwords -MAKE_ENV+= CC="${CC}" PREFIX="${PREFIX}" - .include "../../mk/bsd.pkg.mk" |