Print this page
feth prototype

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libdladm/Makefile
          +++ new/usr/src/lib/libdladm/Makefile
↓ open down ↓ 22 lines elided ↑ open up ↑
  23   23  # Copyright 2015, Joyent, Inc.
  24   24  #
  25   25  #
  26   26  
  27   27  include $(SRC)/lib/Makefile.lib
  28   28  
  29   29  HDRS =          libdladm.h libdladm_impl.h libdllink.h libdlaggr.h      \
  30   30                  libdlwlan.h libdlwlan_impl.h libdlvnic.h libdlvlan.h    \
  31   31                  libdlmgmt.h libdlflow.h libdlflow_impl.h libdlstat.h    \
  32   32                  libdlether.h libdlsim.h libdlbridge.h libdliptun.h      \
  33      -                libdlib.h libdloverlay.h
       33 +                libdlib.h libdloverlay.h libdlfeth.h
  34   34  
  35   35  HDRDIR =        common
  36   36  
  37   37  SUBDIRS =       $(MACH)
  38   38  $(BUILD64)SUBDIRS += $(MACH64)
  39   39  
  40   40  POFILE =        libdladm.po
  41   41  MSGFILES =      common/libdladm.c common/linkprop.c common/secobj.c     \
  42   42                  common/libdllink.c common/libdlaggr.c   \
  43   43                  common/libdlwlan.c common/libdlvnic.c   \
  44   44                  common/libdlvlan.c common/libdlmgmt.c   \
  45   45                  common/flowattr.c common/flowprop.c     \
  46   46                  common/propfuncs.c common/libdlflow.c   \
  47   47                  common/libdlstat.c common/flowattr.c    \
  48   48                  common/libdlether.c common/libdlsim.c   \
  49   49                  common/libdlbridge.c common/libdliptun.c\
  50      -                common/libdlib.c
       50 +                common/libdlfeth.c common/libdlib.c
  51   51  
  52   52  XGETFLAGS =     -a -x libdladm.xcl
  53   53  
  54   54  TYPECHECK_LIB = libdladm.so.1
  55   55  TYPELIST =      overlay_ioc_create_t \
  56   56                  overlay_ioc_activate_t \
  57   57                  overlay_ioc_delete_t \
  58   58                  overlay_ioc_nprops_t \
  59   59                  overlay_ioc_propinfo_t \
  60   60                  overlay_ioc_prop_t
↓ open down ↓ 26 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX