Print this page
dccp: snoop, build system fixes
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/cmd/cmd-inet/usr.sbin/snoop/Makefile
+++ new/usr/src/cmd/cmd-inet/usr.sbin/snoop/Makefile
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the "License").
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
12 12 #
13 13 # When distributing Covered Code, include this CDDL HEADER in each
14 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 15 # If applicable, add the following below this CDDL HEADER, with the
16 16 # fields enclosed by brackets "[]" replaced with your own identifying
17 17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 18 #
19 19 # CDDL HEADER END
20 20
↓ open down ↓ |
20 lines elided |
↑ open up ↑ |
21 21
22 22 #
23 23 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
24 24 # Use is subject to license terms.
25 25 #
26 26
27 27 PROG= snoop
28 28 OBJS= nfs4_xdr.o snoop.o snoop_aarp.o snoop_adsp.o snoop_aecho.o \
29 29 snoop_apple.o snoop_arp.o snoop_atp.o snoop_bparam.o \
30 30 snoop_bpdu.o \
31 - snoop_capture.o snoop_dhcp.o snoop_dhcpv6.o snoop_display.o \
32 - snoop_dns.o snoop_ether.o \
31 + snoop_capture.o snoop_dccp.o snoop_dhcp.o snoop_dhcpv6.o \
32 + snoop_display.o snoop_dns.o snoop_ether.o \
33 33 snoop_filter.o snoop_http.o snoop_icmp.o snoop_igmp.o snoop_ip.o \
34 34 snoop_ipaddr.o snoop_ipsec.o snoop_isis.o \
35 35 snoop_ldap.o snoop_mip.o snoop_mount.o \
36 36 snoop_nbp.o snoop_netbios.o snoop_nfs.o snoop_nfs3.o snoop_nfs4.o \
37 37 snoop_nfs_acl.o snoop_nis.o snoop_nlm.o snoop_ntp.o \
38 38 snoop_pf.o snoop_ospf.o snoop_ospf6.o snoop_pmap.o snoop_ppp.o \
39 39 snoop_pppoe.o snoop_rip.o snoop_rip6.o snoop_rpc.o snoop_rpcprint.o \
40 40 snoop_rpcsec.o snoop_rport.o snoop_rquota.o snoop_rstat.o snoop_rtmp.o \
41 41 snoop_sctp.o snoop_slp.o snoop_smb.o snoop_socks.o snoop_solarnet.o \
42 42 snoop_tcp.o snoop_tftp.o snoop_trill.o snoop_udp.o snoop_zip.o
43 43
44 44 SRCS= $(OBJS:.o=.c)
45 45 HDRS= snoop.h snoop_mip.h at.h snoop_ospf.h snoop_ospf6.h
46 46
47 47 include ../../../Makefile.cmd
48 48
49 49 CPPFLAGS += -I. -I$(SRC)/common/net/dhcp
50 50 LDLIBS += -ldhcputil -ldlpi -lsocket -lnsl -ltsol
51 51 LDFLAGS += $(MAPFILE.NGB:%=-M%)
52 52
53 53 .KEEP_STATE:
54 54
55 55 .PARALLEL: $(OBJS)
56 56
57 57 all: $(PROG)
58 58
59 59 $(PROG): $(OBJS) $(MAPFILE.NGB)
60 60 $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
61 61 $(POST_PROCESS)
62 62
63 63 install: all $(ROOTUSRSBINPROG)
64 64
65 65 clean:
66 66 $(RM) $(OBJS)
67 67
68 68 lint: lint_SRCS
69 69
70 70 include ../../../Makefile.targ
↓ open down ↓ |
28 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX