freebsd-dev/usr.sbin/pnfsdskill/Makefile
Rick Macklem b3cd498b58 Add a command that disables a pNFS server mirrored DS.
This command can be used by a sysadmin to disable a malfunctioning pNFS server
mirrored DS. It is safe to use when a mirrored DS has already been disabled
via an I/O or network partitioning error.
2018-06-15 11:52:34 +00:00

7 lines
72 B
Makefile

# $FreeBSD$
PROG= pnfsdskill
MAN= pnfsdskill.8
.include <bsd.prog.mk>