summaryrefslogtreecommitdiff
path: root/net/hping/options.mk
blob: 817f3c43564e022da5d3d140013bdbdbf8744b5d (plain)
1
2
3
4
5
6
7
8
9
10
11
# $NetBSD: options.mk,v 1.1 2006/03/30 13:51:28 salo Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.hping
PKG_SUPPORTED_OPTIONS=	hping-suid

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

.if !empty(PKG_OPTIONS:Mhping-suid)
BINOWN=			root
BINMODE=		4511
.endif