Print this page
OS-5007 support SO_ATTACH_FILTER on ICMP sockets
Reviewed by: Cody Mello <melloc@joyent.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sparc/icmp/Makefile
          +++ new/usr/src/uts/sparc/icmp/Makefile
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # uts/sparc/icmp/Makefile
  23   23  # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
       25 +# Copyright 2016 Joyent, Inc.
  25   26  #
  26   27  #       This makefile drives the production of the icmp IP driver
  27   28  #
  28   29  #       sparc architecture dependent
  29   30  #
  30   31  
  31   32  #
  32   33  #       Path to the base of the uts directory tree (usually /usr/src/uts).
  33   34  #
  34   35  UTSBASE = ../..
↓ open down ↓ 20 lines elided ↑ open up ↑
  55   56  #
  56   57  include $(UTSBASE)/sparc/Makefile.sparc
  57   58  
  58   59  #
  59   60  #       Define targets
  60   61  #
  61   62  ALL_TARGET      = $(BINARY) $(SRC_CONFFILE)
  62   63  LINT_TARGET     = $(MODULE).lint
  63   64  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE) $(ROOTLINK) $(ROOT_CONFFILE)
  64   65  
       66 +INC_PATH        += -I$(UTSBASE)/common/io/bpf
       67 +
  65   68  #
  66   69  # lint pass one enforcement
  67   70  #
  68   71  CFLAGS          += $(CCVERBOSE)
  69   72  
  70   73  #
  71   74  #       depends on ip and sockfs
  72   75  #
  73   76  LDFLAGS         += -dy -Ndrv/ip -Nfs/sockfs
  74   77  
↓ open down ↓ 37 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX