freebsd-ports/net/libunp/files/patch-ping_Makefile
Adam Weinberger 69ea23ed71 Rename net/ patch-xy patches to reflect the files they modify.
Approve by:	portmgr (not really, but one of these is modifying
		an unstaged port)
2014-07-29 01:59:16 +00:00

12 lines
327 B
Text

--- 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}