diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-12-29 15:19:45 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-12-29 15:19:45 +0000 |
commit | 695db4a30d3c2024d29105dbc92add758597e10e (patch) | |
tree | 18f4fdf17f5d4a1474c65d7ff6f9dac6ce2b13f0 /net/Makefile | |
parent | 224bfadf53d552588119ad981144624ec9a9a957 (diff) | |
download | ports-695db4a30d3c2024d29105dbc92add758597e10e.tar.gz ports-695db4a30d3c2024d29105dbc92add758597e10e.zip |
Add nbd-server 2.6.0,
This is a server for the linux network block device (nbd). It allows linux to
use a partition or a file over the network as a regular block device.
PR: 60242
Submitted by: Christian Laursen <xi@borderworlds.dk>
Notes
Notes:
svn path=/head/; revision=96889
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 2a6250d42bb5..86cf04899f73 100644 --- a/net/Makefile +++ b/net/Makefile @@ -359,6 +359,7 @@ SUBDIR += napshare SUBDIR += nast SUBDIR += nat + SUBDIR += nbd-server SUBDIR += nbtscan SUBDIR += nc SUBDIR += nc6 |