diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-07-29 09:23:58 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-07-29 09:23:58 +0000 |
commit | 855f40f8971cf1b98ed36b2632dea6e3679c48d7 (patch) | |
tree | aba4d98d89b300fcacaafb43269b748537e1a2e6 | |
parent | Import of ircII-epic port. This is an enhanced ircII client. (diff) |
Activate ircii-epic.
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 545f4a93d65c..ffb82d3e56c8 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.114 1997/07/15 14:10:34 tg Exp $ +# $Id: Makefile,v 1.115 1997/07/29 07:09:35 asami Exp $ # SUBDIR += archie @@ -26,6 +26,7 @@ SUBDIR += icmpinfo SUBDIR += irc SUBDIR += ircII + SUBDIR += ircii-epic SUBDIR += isc-dhcp SUBDIR += ivs SUBDIR += ldap |