components/net-snmp-57/sun/agent/mibs/Makefile
changeset 5867 445e2cf1c845
parent 252 ee0fb1eabcbf
equal deleted inserted replaced
5866:683c5c035a79 5867:445e2cf1c845
       
     1 #
       
     2 # Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
       
     3 #
       
     4 # U.S. Government Rights - Commercial software. Government users are subject
       
     5 # to the Sun Microsystems, Inc. standard license agreement and applicable
       
     6 # provisions of the FAR and its supplements.
       
     7 #
       
     8 #
       
     9 # This distribution may include materials developed by third parties. Sun,
       
    10 # Sun Microsystems, the Sun logo and Solaris are trademarks or registered
       
    11 # trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
       
    12 #
       
    13 #
       
    14 
       
    15 #
       
    16 # Makefile to install mibs
       
    17 # 
       
    18 # usage:
       
    19 # "make install"
       
    20 
       
    21 # removed health-monitor-mib.mib
       
    22 
       
    23 MIBFILES= smatrap.mib \
       
    24       ENTITY-MIB.txt \
       
    25       SUN-MIB.txt \
       
    26       SUN-SEA-EXTENSIONS-MIB.txt \
       
    27       SUN-SEA-PROXY-MIB.txt
       
    28 
       
    29 all:
       
    30 # make all does nothing, but the upper-level makefile calls it
       
    31 
       
    32 install:
       
    33 	cp ./$(MIBFILES) $(ROOT)/etc/net-snmp/snmp/mibs