19 lines
350 B
Makefile
19 lines
350 B
Makefile
|
# Makefile for: tcpreplay
|
||
|
# Version required: 1.0
|
||
|
# Date created: 14 May 1999
|
||
|
# Whom: dugsong@monkey.org
|
||
|
#
|
||
|
# $OpenBSD: Makefile,v 1.1.1.1 1999/05/14 15:45:52 dugsong Exp $
|
||
|
|
||
|
DISTNAME= tcpreplay-1.0
|
||
|
|
||
|
CATEGORIES= net
|
||
|
|
||
|
MASTER_SITES= http://www.anzen.com/research/nidsbench/
|
||
|
|
||
|
MAINTAINER= dugsong@monkey.org
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|