diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-02 01:07:56 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-02 01:07:56 +0000 |
commit | 322e7b039b6cbc9f701b036dcdd3a2caf13e6bbe (patch) | |
tree | c77a405455bfca551edb9fc3ed7a26ad4cbb4c42 /net/Makefile | |
parent | FTP mirroring program written in PERL (REQUIRES PERL5,Net::FTP) (diff) |
Added jmirror
Notes
Notes:
svn path=/head/; revision=17524
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 515b6a49ade9..62a6e5a1c2aa 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.236 1999/03/30 17:30:08 taoka Exp $ +# $Id: Makefile,v 1.237 1999/03/31 00:47:51 asami Exp $ # SUBDIR += SSLtelnet @@ -74,6 +74,7 @@ SUBDIR += ircii-epic SUBDIR += isc-dhcp2 SUBDIR += ivs + SUBDIR += jmirror SUBDIR += kdenetwork SUBDIR += kdenetwork11 SUBDIR += kirc |