mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
1a8a092d9f
While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
11 lines
283 B
Plaintext
11 lines
283 B
Plaintext
--- traceroute/Makefile.orig 1997-04-13 19:51:29 UTC
|
|
+++ traceroute/Makefile
|
|
@@ -1,6 +1,6 @@
|
|
include ../Make.defines
|
|
|
|
-OBJS = main.o icmpcode_v4.o icmpcode_v6.o recv_v4.o recv_v6.o \
|
|
+OBJS = main.o icmpcode_v4.o recv_v4.o \
|
|
sig_alrm.o traceloop.o tv_sub.o
|
|
PROGS = traceroute
|
|
|