Print this page
13175 Add support for IP_RECVTOS
13182 CMSG_ macros should have man pages
Change-ID: I784aa36cfd3c17e3cccbf1fd329fa7e69b663ef9

Split Close
Expand all
Collapse all
          --- old/usr/src/test/os-tests/tests/sockfs/Makefile
          +++ new/usr/src/test/os-tests/tests/sockfs/Makefile
↓ open down ↓ 11 lines elided ↑ open up ↑
  12   12  #
  13   13  # Copyright (c) 2012 by Delphix. All rights reserved.
  14   14  # Copyright 2017 Gordon W. Ross
  15   15  # Copyright (c) 2018, Joyent, Inc.
  16   16  # Copyright 2020 OmniOS Community Edition (OmniOSce) Association.
  17   17  #
  18   18  
  19   19  include $(SRC)/cmd/Makefile.cmd
  20   20  include $(SRC)/test/Makefile.com
  21   21  
       22 +# These test programs are built as both 32- and 64-bit variants
       23 +PROGDA = rights recvmsg
       24 +
  22   25  PROG =  conn dgram drop_priv nosignal sockpair \
  23      -        rights.32 rights.64
       26 +        $(PROGDA:%=%.32) $(PROGDA:%=%.64)
  24   27  
  25   28  LDLIBS += -lsocket
  26   29  LDLIBS64 += -lsocket
  27   30  
  28   31  CSTD = $(CSTD_GNU99)
  29   32  CPPFLAGS += -D_XOPEN_SOURCE=600 -D__EXTENSIONS__
  30   33  
  31   34  # needs work
  32   35  SMOFF += all_func_returns
  33   36  
↓ open down ↓ 34 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX