9e0e1ad32a
doesn't hurt either.
21 lines
527 B
Makefile
21 lines
527 B
Makefile
# $NetBSD: Makefile,v 1.3 2012/04/13 23:20:07 hans Exp $
|
|
|
|
DISTNAME= stegtunnel-0.4
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.synacklabs.net/projects/stegtunnel/
|
|
|
|
MAINTAINER= agc@NetBSD.org
|
|
HOMEPAGE= http://www.synacklabs.net/projects/stegtunnel/
|
|
COMMENT= Provides a covert channel in the IPID and sequence number
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
LIBS.SunOS+= -lrt
|
|
|
|
.include "../../net/libdnet/buildlink3.mk"
|
|
.include "../../net/libpcap/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|