mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
a759fd52db
Programming Volume 1, 2nd Edition". It contains the library and headers used in the examples as well as all programs from the text that compile on FreeBSD systems. PR: ports/14057 Submitted by: James FitzGibbon <james@targetnet.com>
11 lines
309 B
Plaintext
11 lines
309 B
Plaintext
--- traceroute/Makefile.orig Tue Sep 28 11:41:09 1999
|
|
+++ traceroute/Makefile Tue Sep 28 11:41:17 1999
|
|
@@ -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
|
|
|