diff options
author | seb <seb> | 2001-10-21 21:38:22 +0000 |
---|---|---|
committer | seb <seb> | 2001-10-21 21:38:22 +0000 |
commit | e0900e02cb0733f1fdeb0f3d7dbc2427a590791f (patch) | |
tree | 28c6081ff4c5ee7774bd59192d5bde338a011d71 /chat | |
parent | 80c65f6f45dffcac2b0cc9d697e32269475059a9 (diff) | |
download | pkgsrc-e0900e02cb0733f1fdeb0f3d7dbc2427a590791f.tar.gz |
Add and enable ircd-hybrid
Diffstat (limited to 'chat')
-rw-r--r-- | chat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/Makefile b/chat/Makefile index fb841212795..ab0898c54c5 100644 --- a/chat/Makefile +++ b/chat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2001/10/20 22:21:49 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2001/10/21 21:38:22 seb Exp $ # COMMENT= communication programs @@ -15,6 +15,7 @@ SUBDIR+= gnomeicu SUBDIR+= icb SUBDIR+= icqlib SUBDIR+= ircII +SUBDIR+= ircd-hybrid SUBDIR+= irchat SUBDIR+= ircu SUBDIR+= irssi |