Print this page
OS-5549 move bpf filter functions into ip module
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sparc/iptun/Makefile
          +++ new/usr/src/uts/sparc/iptun/Makefile
↓ open down ↓ 46 lines elided ↑ open up ↑
  47   47  #
  48   48  ALL_TARGET      = $(BINARY) $(SRC_CONFILE)
  49   49  LINT_TARGET     = $(MODULE).lint
  50   50  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
  51   51  
  52   52  #
  53   53  # Overrides
  54   54  #
  55   55  CFLAGS          += $(CCVERBOSE)
  56   56  LDFLAGS         += -dy -Ndrv/dld -Nmisc/dls -Nmisc/mac -Ndrv/ip
  57      -INC_PATH        += -I$(UTSBASE)/common/io/bpf
  58   57  
  59   58  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  60   59  LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
  61   60  
  62   61  CERRWARN        += -_gcc=-Wno-unused-label
  63   62  CERRWARN        += -_gcc=-Wno-switch
  64   63  CERRWARN        += -_gcc=-Wno-uninitialized
  65   64  
  66   65  #
  67   66  #       Default build targets.
↓ open down ↓ 23 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX