diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-05-06 10:15:35 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-05-06 10:15:35 +0000 |
commit | 987ca87f0137f8d178f180d504af39bd13e2c489 (patch) | |
tree | f758395b97b4f660dc86baa9bacd1713a58e94d9 /irc/Makefile | |
parent | Upgrade to 0.94.1. (diff) |
Add irc/dcc, a DCC support program for irchat-pj.
PR: ports/27081
Submitted by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
Notes
Notes:
svn path=/head/; revision=42316
Diffstat (limited to 'irc/Makefile')
-rw-r--r-- | irc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index c955a6f3a4d7..03e56b0a3802 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -4,6 +4,7 @@ SUBDIR += bitchx SUBDIR += blackened SUBDIR += bnc + SUBDIR += dcc SUBDIR += dircproxy SUBDIR += epic4 SUBDIR += ezbounce |