diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2022-07-22 11:23:14 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2023-02-02 09:32:54 +0000 |
commit | 9c3b0203a10e72fd2f6c7065cef5175f2d2dbe3c (patch) | |
tree | c7c4af7b6b8351e65ace3fd9fc10a8d721daa1a5 | |
parent | 218d04c702e85e34f33ee472e0817ce15be9baee (diff) |
pkgbase: Put mount_nfs in the FreeBSD-nfs package
(cherry picked from commit 4efb514b70ba9acdc27026daf3c8c93917ed4fe9)
-rw-r--r-- | sbin/mount_nfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_nfs/Makefile b/sbin/mount_nfs/Makefile index a896edef898f..527ea42575a5 100644 --- a/sbin/mount_nfs/Makefile +++ b/sbin/mount_nfs/Makefile @@ -2,7 +2,7 @@ # # $FreeBSD$ -PACKAGE=runtime +PACKAGE=nfs PROG= mount_nfs SRCS= mount_nfs.c getmntopts.c mounttab.c MAN= mount_nfs.8 |