Print this page
feth prototype

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libdladm/Makefile.com
          +++ new/usr/src/lib/libdladm/Makefile.com
↓ open down ↓ 21 lines elided ↑ open up ↑
  22   22  # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23  # Copyright (c) 2018, Joyent, Inc.
  24   24  #
  25   25  
  26   26  LIBRARY = libdladm.a
  27   27  VERS    = .1
  28   28  OBJECTS = libdladm.o secobj.o linkprop.o libdllink.o libdlaggr.o \
  29   29          libdlwlan.o libdlvnic.o libdlmgmt.o libdlvlan.o libdlib.o\
  30   30          flowattr.o flowprop.o propfuncs.o libdlflow.o libdlstat.o \
  31   31          usage.o libdlether.o libdlsim.o libdlbridge.o libdliptun.o \
  32      -        libdloverlay.o
       32 +        libdloverlay.o libdlfeth.o
  33   33  
  34   34  include ../../Makefile.lib
  35   35  
  36   36  # install this library in the root filesystem
  37   37  include ../../Makefile.rootfs
  38   38  
  39   39  LIBS =          $(DYNLIB) $(LINTLIB)
  40   40  LDLIBS +=       -ldevinfo -lc -linetutil -lsocket -lscf -lrcm -lnvpair \
  41   41                  -lexacct -lkstat -lpool -lvarpd
  42   42  
↓ open down ↓ 22 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX