2ce7bcde98
Chksniff is a small tool to check in what mode network interfaces are running. If they are running in promiscuous mode (which generally means an interface is sniffed) this gets displayed by chksniff.
14 lines
340 B
Makefile
14 lines
340 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2005/10/29 01:05:17 minskim Exp $
|
|
#
|
|
|
|
DISTNAME= chksniff-0.2
|
|
CATEGORIES= net security
|
|
MASTER_SITES= http://virtus.ath.cx/chksniff/
|
|
|
|
MAINTAINER= virtus@wanadoo.nl
|
|
HOMEPAGE= http://virtus.ath.cx/chksniff/
|
|
COMMENT= Small tool to check for promiscuous interfaces
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|