summaryrefslogtreecommitdiff
path: root/net/hping/options.mk
blob: e512b76087f6ddd3794e84ebb73ef1e25aecf994 (plain)
1
2
3
4
5
6
7
8
9
10
# $NetBSD: options.mk,v 1.2 2009/02/11 08:06:17 obache Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.hping
PKG_SUPPORTED_OPTIONS=	hping-suid

.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Mhping-suid)
SPECIAL_PERMS+=	sbin/hping2 ${SETUID_ROOT_PERMS}
.endif