diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-06-28 08:55:19 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-06-28 08:55:19 +0000 |
commit | b5561bc515330355e15fb4d6c61db736edf48bf3 (patch) | |
tree | 45b64739df350a75e7ef770c5f5c48106f91f360 /irc | |
parent | fe8ac023aa100c3711846382b26c3a16f01ea46b (diff) |
Whoops, forgot to move epic4 from net to irc.
Pointed out by: billf
Notes
Notes:
svn path=/head/; revision=19864
Diffstat (limited to 'irc')
-rw-r--r-- | irc/Makefile | 3 | ||||
-rw-r--r-- | irc/epic4/Makefile | 4 | ||||
-rw-r--r-- | irc/epic5/Makefile | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/irc/Makefile b/irc/Makefile index bd3bb3aa18fb..bae95750b9e3 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -1,9 +1,10 @@ -# $Id$ +# $Id: Makefile,v 1.1 1999/06/26 22:19:48 asami Exp $ # SUBDIR += bitchx SUBDIR += blackened SUBDIR += bnc + SUBDIR += epic4 SUBDIR += ezbounce SUBDIR += irc SUBDIR += ircII diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile index f0dd2d921ed7..088b486d08af 100644 --- a/irc/epic4/Makefile +++ b/irc/epic4/Makefile @@ -3,11 +3,11 @@ # Date created: 11 November 1998 # Whom: Ben Hutchinson <benhutch@xfiles.org.uk> # -# $Id: Makefile,v 1.12 1999/02/28 21:25:40 mph Exp $ +# $Id: Makefile,v 1.13 1999/03/01 16:18:30 mph Exp $ # DISTNAME= epic-4.pre2.003 -CATEGORIES= net +CATEGORIES= irc MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/EPIC4-BETA/ \ ftp://mirror.pipex.net/pub/epic/EPIC4-BETA/ \ ftp://totem.fix.no/pub/mirrors/epic/EPIC4-BETA/ diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile index f0dd2d921ed7..088b486d08af 100644 --- a/irc/epic5/Makefile +++ b/irc/epic5/Makefile @@ -3,11 +3,11 @@ # Date created: 11 November 1998 # Whom: Ben Hutchinson <benhutch@xfiles.org.uk> # -# $Id: Makefile,v 1.12 1999/02/28 21:25:40 mph Exp $ +# $Id: Makefile,v 1.13 1999/03/01 16:18:30 mph Exp $ # DISTNAME= epic-4.pre2.003 -CATEGORIES= net +CATEGORIES= irc MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/EPIC4-BETA/ \ ftp://mirror.pipex.net/pub/epic/EPIC4-BETA/ \ ftp://totem.fix.no/pub/mirrors/epic/EPIC4-BETA/ |