16 # If applicable, add the following below this CDDL HEADER, with the
17 # fields enclosed by brackets "[]" replaced with your own identifying
18 # information: Portions Copyright [yyyy] [name of copyright owner]
19 #
20 # CDDL HEADER END
21 #
22
23 #
24 # Copyright 2005 Sun Microsystems, Inc. All rights reserved.
25 # Use is subject to license terms.
26 #
27 # Copyright (c) 2018, Joyent, Inc.
28
29 MODULE = ip-transport
30 CLASS = common
31 SRCS = ip.c
32
33 include ../../Makefile.plugin
34
35 LDLIBS += -lsocket -lnsl
36 CERRWARN += -_gcc=-Wno-uninitialized
37
38 # not linted
39 SMATCH=off
|
16 # If applicable, add the following below this CDDL HEADER, with the
17 # fields enclosed by brackets "[]" replaced with your own identifying
18 # information: Portions Copyright [yyyy] [name of copyright owner]
19 #
20 # CDDL HEADER END
21 #
22
23 #
24 # Copyright 2005 Sun Microsystems, Inc. All rights reserved.
25 # Use is subject to license terms.
26 #
27 # Copyright (c) 2018, Joyent, Inc.
28
29 MODULE = ip-transport
30 CLASS = common
31 SRCS = ip.c
32
33 include ../../Makefile.plugin
34
35 LDLIBS += -lsocket -lnsl
36 CERRWARN += $(CNOWARN_UNINIT)
37
38 # not linted
39 SMATCH=off
|