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
306 B
Plaintext
11 lines
306 B
Plaintext
--- icmpd/Makefile.orig Tue Sep 28 11:40:21 1999
|
|
+++ icmpd/Makefile Tue Sep 28 11:40:24 1999
|
|
@@ -1,6 +1,6 @@
|
|
include ../Make.defines
|
|
|
|
-OBJS = icmpd.o readable_listen.o readable_conn.o readable_v4.o readable_v6.o
|
|
+OBJS = icmpd.o readable_listen.o readable_conn.o readable_v4.o
|
|
|
|
PROGS = icmpd udpcli01
|
|
|