diff options
author | pawel <pawel@FreeBSD.org> | 2013-02-27 07:12:28 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-02-27 07:12:28 +0800 |
commit | db2e3debfc97a292b16b9a015ee9d5d4d9392c2d (patch) | |
tree | 9472cf4094c82a65e61be008acc0f50faf21d96f /net/Makefile | |
parent | 4f656764613ba332194378d83516bd70daebd350 (diff) | |
download | freebsd-ports-gnome-db2e3debfc97a292b16b9a015ee9d5d4d9392c2d.tar.gz freebsd-ports-gnome-db2e3debfc97a292b16b9a015ee9d5d4d9392c2d.tar.zst freebsd-ports-gnome-db2e3debfc97a292b16b9a015ee9d5d4d9392c2d.zip |
LIBNFS is a client library for accessing NFS shares over a network.
LIBNFS offers three different APIs, for different use :
1, RAW : A fully async low level RPC library for NFS protocols
2, NFS ASYNC : A fully asynchronous library for high level vfs functions
3, NFS SYNC : A synchronous library for high level vfs functions
WWW: https://github.com/sahlberg/libnfs
PR: ports/172777
Submitted by: Manuel Creach <manuel.creach@icloud.com>
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 0f3da7c41d6c..aa79e75e66a7 100644 --- a/net/Makefile +++ b/net/Makefile @@ -325,6 +325,7 @@ SUBDIR += libnet SUBDIR += libnet10 SUBDIR += libnetdude + SUBDIR += libnfs SUBDIR += libnids SUBDIR += libnss-mysql SUBDIR += liboauth |