diff options
author | tonnerre <tonnerre@pkgsrc.org> | 2013-10-20 14:17:03 +0000 |
---|---|---|
committer | tonnerre <tonnerre@pkgsrc.org> | 2013-10-20 14:17:03 +0000 |
commit | e044de745d32502a9bbb40117f84e93edc81496f (patch) | |
tree | cf1056784525050f10f3040ef8ba7a6222783d69 /chat | |
parent | 207f75b8d3a3a77cd592d4ce2673e84f889f21c0 (diff) | |
download | pkgsrc-e044de745d32502a9bbb40117f84e93edc81496f.tar.gz |
Add the KGB bot to the chat Makefile.
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 a2c1048b6b4..0b67dcd8e7f 100644 --- a/chat/Makefile +++ b/chat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.168 2012/12/29 20:15:54 dholland Exp $ +# $NetBSD: Makefile,v 1.169 2013/10/20 14:17:03 tonnerre Exp $ # COMMENT= Communication programs @@ -56,6 +56,7 @@ SUBDIR+= irssi-xmpp SUBDIR+= jabberd SUBDIR+= jabberd2 SUBDIR+= kadu +SUBDIR+= kgb-bot SUBDIR+= kmess SUBDIR+= konversation SUBDIR+= konversation-kde3 |