diff options
author | arved <arved@FreeBSD.org> | 2003-07-25 03:10:37 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-07-25 03:10:37 +0800 |
commit | 0f455fdbbe5765d886279b1b8a3243f273f0d403 (patch) | |
tree | 34f41c0722cf5c6b0838ce67b20f8537f31933e2 /net/Makefile | |
parent | acd7e67d62f78b2b61fd7ae2ccf87ddfada71f08 (diff) | |
download | freebsd-ports-gnome-0f455fdbbe5765d886279b1b8a3243f273f0d403.tar.gz freebsd-ports-gnome-0f455fdbbe5765d886279b1b8a3243f273f0d403.tar.zst freebsd-ports-gnome-0f455fdbbe5765d886279b1b8a3243f273f0d403.zip |
Add ncp, a utility for copying files in a LAN. It has absolutely
no security or integrity checking, no throttling, no features, except
one: you don't have to type the coordinates of your peer.
PR: 48994
Submitted by: Matthias Teege <matthias@mteege.de>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index c542cda5a232..9d5f621437e9 100644 --- a/net/Makefile +++ b/net/Makefile @@ -350,6 +350,7 @@ SUBDIR += nbtscan SUBDIR += nc SUBDIR += nc6 + SUBDIR += ncp SUBDIR += ncplib SUBDIR += nemesis SUBDIR += net-http |