summaryrefslogtreecommitdiff
path: root/net/poink/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/poink/files/patch-aa')
-rw-r--r--net/poink/files/patch-aa17
1 files changed, 0 insertions, 17 deletions
diff --git a/net/poink/files/patch-aa b/net/poink/files/patch-aa
deleted file mode 100644
index f358be88104a..000000000000
--- a/net/poink/files/patch-aa
+++ /dev/null
@@ -1,17 +0,0 @@
---- Makefile.orig Fri Jul 10 16:10:00 1998
-+++ Makefile
-@@ -1,5 +1,3 @@
--CC = gcc
--OPTS = -O3 -Wall
- FILE = poink
- DEST = /bin/ping
- MANPAGE = ping.1
-@@ -8,7 +6,7 @@
- all: $(FILE)
-
- $(FILE): $(FILE).c
-- $(CC) $(OPTS) $(FILE).c -o $(FILE)
-+ $(CC) $(CFLAGS) $(FILE).c -o $(FILE)
-
- install: all
- cp $(FILE) $(DEST)