diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 21:57:01 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 21:57:01 +0000 |
commit | 65709d5e5e11f599f13e508b8c5f47dfc467b08d (patch) | |
tree | 419da1a0ecfab4c2969492b42c4c33dd4e06c4fa /irc/bnc/files/patch-Makefile.in | |
parent | Rename german/ and graphics/ patch-xy patches to reflect the files they modify. (diff) |
Rename irc/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363262
Diffstat (limited to 'irc/bnc/files/patch-Makefile.in')
-rw-r--r-- | irc/bnc/files/patch-Makefile.in | 11 |
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 |