diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-24 08:32:08 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-24 08:32:08 +0000 |
commit | 0ccaa9e6a925d14ac31736514518f3c4ae2ec1bc (patch) | |
tree | 0edf747980b6ef730bc36df559ce49fccb76418c | |
parent | perl5 module to make Archie queries via Prospero requests. (diff) |
Update for new perl5 ports.
Notes
Notes:
svn path=/head/; revision=4114
-rw-r--r-- | net/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index f973a77430c9..da06f5c168dd 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.78 1996/09/29 11:40:34 andreas Exp $ +# $Id: Makefile,v 1.79 1996/10/08 15:06:52 pst Exp $ # SUBDIR += archie @@ -23,6 +23,9 @@ SUBDIR += ncftp SUBDIR += ncftp2 SUBDIR += nv + SUBDIR += p5-Archie + SUBDIR += p5-IO + SUBDIR += p5-Net SUBDIR += pcnfsd SUBDIR += pmf SUBDIR += radius |