Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/usr.sbin/tcpdump Pull up following revision(s) (requested...
details: https://anonhg.NetBSD.org/src/rev/9854c1dbcb3f
branches: netbsd-6
changeset: 775346:9854c1dbcb3f
user: riz <riz%NetBSD.org@localhost>
date: Wed Oct 17 20:59:08 2012 +0000
description:
Pull up following revision(s) (requested by msaitoh in ticket #541):
usr.sbin/tcpdump/Makefile: file removal
The movers came, a long time ago. Closes PR 44860.
diffstat:
usr.sbin/tcpdump/Makefile | 105 ----------------------------------------------
1 files changed, 0 insertions(+), 105 deletions(-)
diffs (109 lines):
diff -r 652eb71cd425 -r 9854c1dbcb3f usr.sbin/tcpdump/Makefile
--- a/usr.sbin/tcpdump/Makefile Wed Oct 17 20:54:06 2012 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,105 +0,0 @@
-# $NetBSD: Makefile,v 1.52 2011/06/20 07:44:04 mrg Exp $
-
-WARNS?= 1 # XXX: out of date third-party program
-
-.include <bsd.own.mk>
-
-USE_FORT?= yes # network client
-
-SRCDIR= ${NETBSDSRCDIR}/dist/tcpdump
-.PATH: ${SRCDIR}
-
-PROG= tcpdump
-MAN= tcpdump.8
-
-SRCS= addrtoname.c cpack.c gmpls.c gmt2local.c machdep.c oui.c parsenfsfh.c \
- pf_print_state.c \
- print-802_11.c print-ah.c print-aodv.c print-ap1394.c print-arcnet.c \
- print-arp.c \
- print-ascii.c print-atalk.c print-atm.c print-bfd.c print-bgp.c \
- print-bootp.c print-beep.c print-cdp.c print-chdlc.c \
- print-cip.c print-cnfp.c print-decnet.c print-domain.c \
- print-dvmrp.c print-egp.c print-enc.c print-esp.c print-ether.c \
- print-fddi.c print-fr.c print-gre.c print-hsrp.c print-icmp.c \
- print-igmp.c print-igrp.c print-ip.c print-ipcomp.c print-ipfc.c \
- print-ipx.c print-isakmp.c print-isoclns.c print-krb.c \
- print-l2tp.c print-lane.c print-ldp.c print-llc.c print-lwres.c \
- print-msdp.c print-mobile.c print-mobility.c print-mpls.c print-nfs.c \
- print-ntp.c print-null.c print-ospf.c print-pflog.c print-pfsync.c \
- print-pim.c print-ppp.c print-pppoe.c print-pptp.c \
- print-radius.c print-raw.c print-rip.c print-rsvp.c print-rx.c \
- print-sctp.c print-sl.c print-sll.c print-smb.c print-snmp.c \
- print-stp.c print-sunatm.c print-sunrpc.c print-tcp.c \
- print-telnet.c print-tftp.c print-timed.c print-token.c \
- print-udp.c print-vjc.c print-vrrp.c print-wb.c print-zephyr.c \
- setsignal.c smbutil.c tcpdump.c util.c
-SRCS+= print-eigrp.c l2vpn.c print-slow.c print-eap.c nlpid.c print-dccp.c \
- print-pgm.c ipproto.c print-syslog.c print-sip.c print-lmp.c \
- print-lspping.c print-symantec.c print-juniper.c af.c print-olsr.c
-
-SRCS+= bpf_dump.c
-
-SRCS+= version.c
-
-# disabled for now
-#SRCS+= print-smb.c smbutil.c
-
-version.c: VERSION
- ${_MKTARGET_CREATE}
- ${TOOL_SED} -e 's/.*/char version[] = "&";/' ${.ALLSRC} > ${.TARGET}
-
-LDADD+= -lpcap -ll
-DPADD+= ${LIBPCAP} ${LIBL}
-
-CPPFLAGS+= -I${.CURDIR} -I${SRCDIR} -I${NETBSDSRCDIR}/sys/dist/pf
-CPPFLAGS+= -I${NETBSDSRCDIR}/dist/pf/sbin/pfctl
-
-AWKS= atime.awk packetdat.awk stime.awk send-ack.awk
-
-CPPFLAGS+= \
- -DHAVE___ATTRIBUTE__=1 -DHAVE_FCNTL_H=1 -DHAVE_RPC_RPCENT_H=1 \
- -DHAVE_NETINET_IF_ETHER_H=1 -DTIME_WITH_SYS_TIME=1 \
- -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_SOCKADDR_SA_LEN=1 \
- -DSIZEOF_CHAR=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 \
- -DHAVE_ADDRINFO=1 -DHAVE_SOCKADDR_STORAGE=1 -DHAVE_INADDRSZ=1 \
- -DHAVE_IN6ADDRSZ=1 -DHAVE_VFPRINTF=1 \
- -DHAVE_STRCASECMP=1 -DHAVE_STRLCAT=1 -DHAVE_STRLCPY=1 \
- -DHAVE_STRDUP=1 -DHAVE_ETHER_NTOHOST=1 -DUSE_ETHER_NTOHOST=1 \
- -DHAVE_SETLINEBUF=1 -DHAVE_VSNPRINTF=1 -DHAVE_SNPRINTF=1 \
- -DRETSIGTYPE=void -DRETSIGVAL= -DHAVE_SIGACTION=1 \
- -DHAVE_SOCKADDR_SA_LEN=1 -DHAVE_H_ERRNO=1 -DHAVE_OPENSSL_EVP_H=1 \
- -DHAVE_PCAP_LIB_VERSION=1 -DHAVE_PCAP_SET_DATALINK=1 \
- -DHAVE_PCAP_LIST_DATALINKS=1 -DHAVE_PCAP_DATALINK_NAME_TO_VAL=1 \
- -DHAVE_PCAP_FINDALLDEVS=1 -DHAVE_PCAP_IF_T=1 -DHAVE_PCAP_DUMP_FLUSH=1 \
- -DHAVE_PCAP_DEBUG=1
-CPPFLAGS+= -DHAVE_STRUCT_ETHER_ADDR
-CPPFLAGS+=-DLBL_ALIGN=1
-CPPFLAGS+=-DTCPDUMP_DO_SMB=1
-CPPFLAGS+=-D_U_="__attribute__((unused))"
-
-CPPFLAGS+=-DWITH_USER=\"_tcpdump\"
-CPPFLAGS+=-DWITH_CHROOT=\"/var/chroot/tcpdump\"
-
-.if (${USE_INET6} != "no")
-SRCS+= print-ip6.c print-ip6opts.c print-ripng.c print-icmp6.c print-frag6.c \
- print-rt6.c print-ospf6.c print-dhcp6.c
-
-CPPFLAGS+=-DINET6=1 -DHAVE_RES_USE_INET6=1
-.endif
-
-.if (${MKCRYPTO} != "no")
-CPPFLAGS+=-DHAVE_LIBCRYPTO=1
-LDADD+= -lcrypto -lcrypt
-DPADD+= ${LIBCRYPTO} ${LIBCRYPT}
-.endif
-
-.if defined(HAVE_GCC) || defined(HAVE_PCC)
-COPTS+= -fno-strict-aliasing
-.for f in print-802_11 print-esp print-fr print-radius print-telnet tcpdump util
-COPTS.${f}.c+= -Wno-pointer-sign
-.endfor
-.endif
-
-CLEANFILES+= version.c
-
-.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index