mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
10 lines
280 B
Text
10 lines
280 B
Text
--- icmpd/Makefile.orig 1997-07-06 18:12:00 UTC
|
|
+++ icmpd/Makefile
|
|
@@ -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
|
|
|