15 lines
340 B
Makefile
15 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"
|