summaryrefslogtreecommitdiff
path: root/irc/bnc/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'irc/bnc/files/patch-Makefile.in')
-rw-r--r--irc/bnc/files/patch-Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/bnc/files/patch-Makefile.in b/irc/bnc/files/patch-Makefile.in
new file mode 100644
index 000000000000..affea756da23
--- /dev/null
+++ b/irc/bnc/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Fri Jun 15 14:29:22 2001
++++ Makefile.in Fri Jun 15 14:29:40 2001
+@@ -6,7 +6,7 @@
+ STRIP = strip
+ CC = gcc
+
+-ALL: bnc mkpasswd
++all: bnc mkpasswd
+
+ mkpasswd:mkpasswd.c
+ ${CC} ${OPTS} ${COPT} ${LIBS} -o mkpasswd mkpasswd.c