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/mac_ib/Makefile
          +++ new/usr/src/uts/sparc/mac_ib/Makefile
↓ open down ↓ 48 lines elided ↑ open up ↑
  49   49  #
  50   50  ALL_TARGET      = $(BINARY)
  51   51  LINT_TARGET     = $(MODULE).lint
  52   52  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE)
  53   53  
  54   54  #
  55   55  #       Overrides.
  56   56  #
  57   57  CFLAGS          += $(CCVERBOSE)
  58   58  LDFLAGS         += -dy -N misc/mac
  59      -INC_PATH        += -I$(UTSBASE)/common/io/bpf
  60   59  
  61   60  #
  62   61  #       Default build targets.
  63   62  #
  64   63  .KEEP_STATE:
  65   64  
  66   65  def:            $(DEF_DEPS)
  67   66  
  68   67  all:            $(ALL_DEPS)
  69   68  
↓ open down ↓ 16 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX