diff options
Diffstat (limited to 'sysutils/ipmitool/Makefile')
-rw-r--r-- | sysutils/ipmitool/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/ipmitool/Makefile b/sysutils/ipmitool/Makefile index 51af8361690..d1f01ff6668 100644 --- a/sysutils/ipmitool/Makefile +++ b/sysutils/ipmitool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2014/10/09 14:06:57 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2016/02/25 08:27:04 jperkin Exp $ # DISTNAME= ipmitool-1.8.11 @@ -13,10 +13,9 @@ COMMENT= Command-line utility for managing IPMI devices GNU_CONFIGURE= yes INSTALLATION_DIRS+= share/examples/ipmitool share/doc/ipmitool -OPSYSVARS+= CONFIGURE_ARGS -CONFIGURE_ARGS.NetBSD+= --disable-intf-open --disable-intf-imb -CONFIGURE_ARGS.DragonFly+= --disable-intf-open --disable-intf-imb -CONFIGURE_ARGS.SunOS+= --enable-solaris-opt +CONFIGURE_ARGS.NetBSD+= --disable-intf-open --disable-intf-imb +CONFIGURE_ARGS.DragonFly+= --disable-intf-open --disable-intf-imb +CONFIGURE_ARGS.SunOS+= --enable-solaris-opt # ipmitool uses rl_event_hook .include "../../devel/readline/buildlink3.mk" |