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>
13 lines
327 B
Plaintext
13 lines
327 B
Plaintext
--- ping/Makefile.orig Tue Sep 28 11:40:42 1999
|
|
+++ ping/Makefile Tue Sep 28 11:40:53 1999
|
|
@@ -1,7 +1,7 @@
|
|
include ../Make.defines
|
|
|
|
-OBJS = main.o proc_v4.o proc_v6.o readloop.o \
|
|
- send_v4.o send_v6.o sig_alrm.o tv_sub.o
|
|
+OBJS = main.o proc_v4.o readloop.o \
|
|
+ send_v4.o sig_alrm.o tv_sub.o
|
|
PROGS = ping
|
|
|
|
all: ${PROGS}
|