diff options
author | jmmv <jmmv> | 2003-04-11 16:03:39 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-04-11 16:03:39 +0000 |
commit | 8fa3ba1a24440adba2483e65dc42ca07dbf8f1c5 (patch) | |
tree | 6ca384304a070528fb4d0f335492ef5a968c095f /chat | |
parent | 2781e7795924768c6a5d789c9d12d7c28e7d4822 (diff) | |
download | pkgsrc-8fa3ba1a24440adba2483e65dc42ca07dbf8f1c5.tar.gz |
Add and enable ircservices.
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 59dd3fff3d6..545e26e4efc 100644 --- a/chat/Makefile +++ b/chat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2003/04/11 15:41:54 jmmv Exp $ +# $NetBSD: Makefile,v 1.67 2003/04/11 16:03:39 jmmv Exp $ # COMMENT= communication programs @@ -32,6 +32,7 @@ SUBDIR+= icqlib SUBDIR+= ircII SUBDIR+= ircd-hybrid SUBDIR+= irchat-pj +SUBDIR+= ircservices SUBDIR+= ircu SUBDIR+= iroffer SUBDIR+= irssi |