ports/net/libunp/files/patch-ping_Makefile
Mathieu Arnold 1a8a092d9f Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.

Sponsored by:	Absolight
2016-06-17 23:28:04 +00:00

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}