Print this page
13175 Add support for IP_RECVTOS
13182 CMSG_ macros should have man pages
Change-ID: I784aa36cfd3c17e3cccbf1fd329fa7e69b663ef9
*** 17,28 ****
#
include $(SRC)/cmd/Makefile.cmd
include $(SRC)/test/Makefile.com
PROG = conn dgram drop_priv nosignal sockpair \
! rights.32 rights.64
LDLIBS += -lsocket
LDLIBS64 += -lsocket
CSTD = $(CSTD_GNU99)
--- 17,31 ----
#
include $(SRC)/cmd/Makefile.cmd
include $(SRC)/test/Makefile.com
+ # These test programs are built as both 32- and 64-bit variants
+ PROGDA = rights recvmsg
+
PROG = conn dgram drop_priv nosignal sockpair \
! $(PROGDA:%=%.32) $(PROGDA:%=%.64)
LDLIBS += -lsocket
LDLIBS64 += -lsocket
CSTD = $(CSTD_GNU99)