081fb64492
And move all the nfs related commands there. Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D30754 Sponsored by: Diablotin Systems
10 lines
103 B
Makefile
10 lines
103 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= nfs
|
|
|
|
PROG= clear_locks
|
|
MAN= clear_locks.8
|
|
LIBADD= rpcsvc
|
|
|
|
.include <bsd.prog.mk>
|