blob: 9de49917fc4e7eb67f201e32d94353199a80414a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.2 2002/02/13 23:04:51 wiz Exp $
DISTNAME= nemesis-1.32
CATEGORIES= net
MASTER_SITES= http://jeff.wwti.com/nemesis/
MAINTAINER= xs@nitric.net
HOMEPAGE= http://jeff.wwti.com/nemesis/
COMMENT= nemesis is a command-line UNIX network packet injection suite
GNU_CONFIGURE= #defined
.include "../../devel/libnet/buildlink.mk"
.include "../../mk/bsd.pkg.mk"
|