diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-15 08:30:40 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-15 08:30:40 +0000 |
commit | 44ca531f8de1b23df3ec732c8d4622bcf24fcfda (patch) | |
tree | 4271a983cad63b4d8929282aec298b75db9029df /irc/Makefile | |
parent | Also pay attention to NOSHARED=yes as /usr/src and zsh does. (diff) |
Add ircd-hybrid-ru 7.1,
ircd-hybrid-ru is russian version of well known hybrid IRC
server with plently number of features. it can handle russian
channel names, nicknames and harset recoding
PR: 60244
Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org>
Notes
Notes:
svn path=/head/; revision=95859
Diffstat (limited to 'irc/Makefile')
-rw-r--r-- | irc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index cc69c7c131d9..54bb94f9d493 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -24,6 +24,7 @@ SUBDIR += ircII SUBDIR += ircatlite SUBDIR += ircd-hybrid + SUBDIR += ircd-hybrid-ru SUBDIR += ircd-ru SUBDIR += irchat-pj-emacs20 SUBDIR += irchat-pj-emacs21 |