diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-18 20:02:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-18 20:02:17 +0000 |
commit | 8e6742dbb46d44410dba2db76c0c139c107a391a (patch) | |
tree | fcdbbc02c7bcd8cfbbc7eb3ae4abe52361c0ecbd /net | |
parent | cbde7267f9fe0b7594da85f57a43d44aaa11866a (diff) | |
download | pkgsrc-8e6742dbb46d44410dba2db76c0c139c107a391a.tar.gz |
add and enable lftp
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 1b07ca9fdd5..4c603b86c9f 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.110 2000/02/07 01:38:59 hubertf Exp $ +# $NetBSD: Makefile,v 1.111 2000/02/18 20:02:17 wiz Exp $ # FreeBSD Id: Makefile,v 1.117 1997/08/16 03:11:52 gpalmer Exp # @@ -59,6 +59,7 @@ SUBDIR += kdenetwork SUBDIR += kmap # SUBDIR += ldap + SUBDIR += lftp SUBDIR += libirc SUBDIR += libpcap # SUBDIR += libsocket++ |