diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2021-06-19 15:49:50 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2021-06-30 07:24:32 +0000 |
commit | 624d52af5b364388d9ff11117df985cfd4c0415d (patch) | |
tree | 7b7495abadff943c0f9abd4faee48852664c1579 /usr.sbin/rpc.lockd/Makefile | |
parent | d130523e840c269240c38b4f84c46035294651af (diff) | |
download | src-624d52af5b364388d9ff11117df985cfd4c0415d.tar.gz src-624d52af5b364388d9ff11117df985cfd4c0415d.zip |
pkgbase: Create a FreeBSD-nfs package
And move all the nfs related commands there.
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D30754
Sponsored by: Diablotin Systems
Diffstat (limited to 'usr.sbin/rpc.lockd/Makefile')
-rw-r--r-- | usr.sbin/rpc.lockd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/rpc.lockd/Makefile b/usr.sbin/rpc.lockd/Makefile index db812a6c48fd..71c68a2d0ced 100644 --- a/usr.sbin/rpc.lockd/Makefile +++ b/usr.sbin/rpc.lockd/Makefile @@ -1,6 +1,8 @@ # $NetBSD: Makefile,v 1.12 2000/08/07 16:23:31 thorpej Exp $ # $FreeBSD$ +PACKAGE= nfs + PROG= rpc.lockd MAN= rpc.lockd.8 MLINKS= rpc.lockd.8 lockd.8 |