diff options
Diffstat (limited to 'net/tcpdump/files/extra-patch-Makefile.in')
-rw-r--r-- | net/tcpdump/files/extra-patch-Makefile.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net/tcpdump/files/extra-patch-Makefile.in b/net/tcpdump/files/extra-patch-Makefile.in deleted file mode 100644 index 5f69c1f012ca..000000000000 --- a/net/tcpdump/files/extra-patch-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in.orig Sun Mar 28 22:25:02 2004 -+++ Makefile.in Wed Mar 31 01:04:18 2004 -@@ -65,7 +65,7 @@ - @rm -f $@ - $(CC) $(CFLAGS) -c $(srcdir)/$*.c - --CSRC = addrtoname.c gmpls.c gmt2local.c machdep.c oui.c parsenfsfh.c \ -+CSRC = addrtoname.c cpack.c gmpls.c gmt2local.c machdep.c oui.c parsenfsfh.c \ - print-802_11.c print-ap1394.c print-ah.c print-arcnet.c \ - print-aodv.c print-arp.c print-ascii.c print-atalk.c print-atm.c \ - print-beep.c print-bfd.c print-bgp.c print-bootp.c print-cdp.c \ -@@ -95,7 +95,7 @@ - # We would like to say "OBJ = $(SRC:.c=.o)" but Ultrix's make cannot - # hack the extra indirection - OBJ = $(CSRC:.c=.o) $(GENSRC:.c=.o) $(LOCALSRC:.c=.o) $(LIBOBJS) --HDR = addrtoname.h appletalk.h bootp.h decnet.h \ -+HDR = addrtoname.h appletalk.h bootp.h cpack.h decnet.h \ - ethertype.h extract.h fddi.h gmt2local.h igrp.h interface.h \ - ipx.h llc.h machdep.h mib.h nfsfh.h nfsv2.h ntp.h ospf.h \ - setsignal.h \ |