d12dc9f5ae
This is nosuid, so absolutely secure, version of ping utility. It uses dirty trick - TCP linear syn/rst challenge instead of ICMP echo/echo reply. It won't allow any flood-pings, security compromises etc
15 lines
390 B
Makefile
15 lines
390 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2001/04/03 11:29:34 zuntum Exp $
|
|
#
|
|
|
|
DISTNAME= poink-1.5
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://zuntum.net/distfiles/
|
|
|
|
MAINTAINER= zuntum@netbsd.org
|
|
COMMENT= nosuid, absolutery secure version of ping utility
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/poink ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/ping.1 ${PREFIX}/man/man1/poink.1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|