diff options
Diffstat (limited to 'www/squid/options.mk')
-rw-r--r-- | www/squid/options.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/squid/options.mk b/www/squid/options.mk index 8da67929342..2e695c9c35b 100644 --- a/www/squid/options.mk +++ b/www/squid/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.8 2006/09/13 14:41:58 taca Exp $ +# $NetBSD: options.mk,v 1.9 2006/11/09 15:16:21 taca Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.squid PKG_SUPPORTED_OPTIONS= aufs carp icmp pam-helper snmp ssl unlinkd @@ -72,6 +72,7 @@ CONFIGURE_ARGS+= --enable-carp .if !empty(PKG_OPTIONS:Micmp) CONFIGURE_ARGS+= --enable-icmp +INSTALL_TARGET+= install install-pinger .endif .if !empty(PKG_OPTIONS:Mpam-helper) |