diff options
author | rh <rh@pkgsrc.org> | 2002-04-21 11:07:44 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-04-21 11:07:44 +0000 |
commit | 3e5aa3914fd912dfa58ca960e16ea92875cdc1fc (patch) | |
tree | 1107355d37f5be6b2d9178c1b6cf26b5297c17f5 | |
parent | 457c02f7f57bd7ab0cb7ff4d19719ae174fc1c6b (diff) | |
download | pkgsrc-3e5aa3914fd912dfa58ca960e16ea92875cdc1fc.tar.gz |
Add and enable xrmftp
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 0bc591ce9dc..b2e2517d630 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.290 2002/04/21 10:48:20 rh Exp $ +# $NetBSD: Makefile,v 1.291 2002/04/21 11:07:44 rh Exp $ # COMMENT= Networking tools @@ -239,6 +239,7 @@ SUBDIR+= x2vnc SUBDIR+= xarchie SUBDIR+= xipdump SUBDIR+= xmftp +SUBDIR+= xrmftp SUBDIR+= xspeakfree SUBDIR+= xtraceroute SUBDIR+= yale-tftpd |