aboutsummaryrefslogtreecommitdiff
path: root/net/minder/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/minder/files/patch-Makefile')
-rw-r--r--net/minder/files/patch-Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/net/minder/files/patch-Makefile b/net/minder/files/patch-Makefile
deleted file mode 100644
index 4139caf9d998..000000000000
--- a/net/minder/files/patch-Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.orig Sun Sep 25 02:56:46 2005
-+++ Makefile Sun Sep 25 02:57:16 2005
-@@ -6,7 +6,7 @@
- CPPFLAGS = $(CFLAGS)
-
- LIBS = -L/usr/local/lib -lSockets \
-- -lssl -lcrypto -luuid -lpthread
-+ -lssl -lcrypto -lSockets
-
- PROGS = minder
- all: $(PROGS)
-@@ -21,7 +21,7 @@
- rm -f *.o *~ *.d slask $(PROGS)
-
- install: all
-- install --strip $(PROGS) /usr/local/bin
-+ @${BSD_INSTALL_PROGRAM} $(PROGS) /usr/local/bin
-
- -include *.d
-