diff options
author | tron <tron> | 2001-09-07 06:26:45 +0000 |
---|---|---|
committer | tron <tron> | 2001-09-07 06:26:45 +0000 |
commit | 93c4bebd4bc14cdce60db886338a638695a3155c (patch) | |
tree | 019fd0aeabc5aab926a3920833c1504bb16a4174 /chat/Makefile | |
parent | bbc75282cf18ef7620317b05e4a916f20d71b0e8 (diff) | |
download | pkgsrc-93c4bebd4bc14cdce60db886338a638695a3155c.tar.gz |
Add and enable "tkirc2". Fixes PR pkg/13887 by Kevin Lo.
Diffstat (limited to 'chat/Makefile')
-rw-r--r-- | chat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/Makefile b/chat/Makefile index fb6415546cb..ca905cbc6c5 100644 --- a/chat/Makefile +++ b/chat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2001/08/14 21:39:05 thorpej Exp $ +# $NetBSD: Makefile,v 1.16 2001/09/07 06:26:45 tron Exp $ # COMMENT= communication programs @@ -25,6 +25,7 @@ SUBDIR+= sirc SUBDIR+= tirc SUBDIR+= tkicb SUBDIR+= tkirc +SUBDIR+= tkirc2 SUBDIR+= xchat SUBDIR+= ymessenger SUBDIR+= zenicb |