mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
12 lines
301 B
Text
12 lines
301 B
Text
--- ping/Makefile.orig 1997-04-13 19:49:47 UTC
|
|
+++ ping/Makefile
|
|
@@ -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}
|