components/net-snmp/Makefile
branchs11-update
changeset 2991 5b038555a590
parent 2855 576d5a7857b7
child 3464 57f7ad288af9
equal deleted inserted replaced
2989:b14351c01d53 2991:5b038555a590
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 # parfait is upset about some inline assembly
    24 # parfait is upset about some inline assembly
    25 export PARFAIT_BUILD=no
    25 export PARFAIT_BUILD=no
    26 
    26 
    59 CONFIGURE_OPTIONS  +=	--enable-ucd-snmp-compatibility
    59 CONFIGURE_OPTIONS  +=	--enable-ucd-snmp-compatibility
    60 CONFIGURE_OPTIONS  +=	--enable-ipv6
    60 CONFIGURE_OPTIONS  +=	--enable-ipv6
    61 CONFIGURE_OPTIONS  +=	--enable-mfd-rewrites
    61 CONFIGURE_OPTIONS  +=	--enable-mfd-rewrites
    62 CONFIGURE_OPTIONS  +=	--with-pkcs
    62 CONFIGURE_OPTIONS  +=	--with-pkcs
    63 CONFIGURE_OPTIONS  +=	--with-transports="UDP TCP UDPIPv6 TCPIPv6"
    63 CONFIGURE_OPTIONS  +=	--with-transports="UDP TCP UDPIPv6 TCPIPv6"
       
    64 CONFIGURE_OPTIONS  +=   --sysconfdir=/etc/net-snmp
    64 
    65 
    65 # Which MIB modules do we want to build
    66 # Which MIB modules do we want to build
    66 MIB_MOBULES.sparc = ucd-snmp/lmSensors
    67 MIB_MOBULES.sparc = ucd-snmp/lmSensors
    67 MIB_MODULES = host disman/event-mib ucd-snmp/diskio udp-mib tcp-mib if-mib
    68 MIB_MODULES = host disman/event-mib ucd-snmp/diskio udp-mib tcp-mib if-mib
    68 MIB_MOBULES += $(MIB_MODULES.$(MACH))
    69 MIB_MOBULES += $(MIB_MODULES.$(MACH))