diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-10-31 15:07:18 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-10-31 15:07:18 +0000 |
commit | 90270cf1d683bdf70846ab5985420e58aaa1f147 (patch) | |
tree | 115658b6b2c818870bfd0f33c0a1dc6a1794f2d3 /irc | |
parent | 6831e7d441d6999c3f70344ec8f966dd9839ba2a (diff) |
Reconnect riece* instead of liece*.
Notes
Notes:
svn path=/head/; revision=120534
Diffstat (limited to 'irc')
-rw-r--r-- | irc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/irc/Makefile b/irc/Makefile index 4ccdb22beab8..4154abf044a3 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -48,9 +48,6 @@ SUBDIR += konversation SUBDIR += kvirc SUBDIR += kwirc - SUBDIR += liece - SUBDIR += liece-dcc - SUBDIR += liece-emacs20 SUBDIR += lostirc SUBDIR += miau SUBDIR += muh @@ -75,6 +72,8 @@ SUBDIR += py-supybot SUBDIR += quirc SUBDIR += rbot + SUBDIR += riece + SUBDIR += riece-emacs20 SUBDIR += roxirc SUBDIR += ruby-irc SUBDIR += ruby-rica |