usr/src/lib/libdladm/Makefile.com
changeset 12163 f0cf0084e756
parent 11878 ac93462db6d7
child 13834 58bc6f85b799
equal deleted inserted replaced
12162:5cbbd1bec773 12163:f0cf0084e756
    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 #
    21 #
    22 # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
    22 # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
    23 # Use is subject to license terms.
       
    24 #
    23 #
    25 
    24 
    26 LIBRARY = libdladm.a
    25 LIBRARY = libdladm.a
    27 VERS    = .1
    26 VERS    = .1
    28 OBJECTS = libdladm.o secobj.o linkprop.o libdllink.o libdlaggr.o \
    27 OBJECTS = libdladm.o secobj.o linkprop.o libdllink.o libdlaggr.o \
    29 	libdlwlan.o libdlvnic.o libdlmgmt.o libdlvlan.o \
    28 	libdlwlan.o libdlvnic.o libdlmgmt.o libdlvlan.o	libdlib.o\
    30 	flowattr.o flowprop.o propfuncs.o libdlflow.o libdlstat.o \
    29 	flowattr.o flowprop.o propfuncs.o libdlflow.o libdlstat.o \
    31 	usage.o libdlether.o libdlsim.o libdlbridge.o libdliptun.o
    30 	usage.o libdlether.o libdlsim.o libdlbridge.o libdliptun.o
    32 
    31 
    33 include ../../Makefile.lib
    32 include ../../Makefile.lib
    34 
    33