diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-04-27 11:04:08 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-04-27 11:04:08 +0000 |
commit | 74c8953e8ac1d28d4ac7dcbd8f3b38479e063f37 (patch) | |
tree | 7e30a687a1fdc4dd50abebce40830b795c0138d1 /chat | |
parent | d73ccf5ed7c2424c3c167a8a3353639ee61bcc10 (diff) | |
download | pkgsrc-74c8953e8ac1d28d4ac7dcbd8f3b38479e063f37.tar.gz |
add & enable tirc
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 064551e14bd..aee728e0197 100644 --- a/chat/Makefile +++ b/chat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/03/10 15:04:15 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2001/04/27 11:04:08 zuntum Exp $ # COMMENT= communication programs @@ -21,6 +21,7 @@ SUBDIR+= kxicq SUBDIR+= libirc SUBDIR+= micq SUBDIR+= sirc +SUBDIR+= tirc SUBDIR+= tkicb SUBDIR+= tkirc SUBDIR+= xchat |