diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-11-12 02:32:06 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-11-12 02:32:06 +0000 |
commit | 7c3a06078a32f429f85cdf01080b6a7200231d85 (patch) | |
tree | 9ec3a4ffe740005e641cc847bc29c56c0ce4fd75 | |
parent | HybServ was specifically designed to run with hybrid ircd, (diff) |
Add hybserv.
Notes
Notes:
svn path=/head/; revision=93779
-rw-r--r-- | irc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index 5eb078d9acbe..cc69c7c131d9 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -17,6 +17,7 @@ SUBDIR += epic4 SUBDIR += ezbounce SUBDIR += gruftistats + SUBDIR += hybserv SUBDIR += iip SUBDIR += infobot SUBDIR += irc |