freebsd-dev/usr.sbin/pnfsdscopymr/Makefile
Rick Macklem a520a7cf2f Add a command that copies or migrates a data file from one DS to another.
This command can be used by a sysadmin to either copy or migrate a data
file on one DS to another DS.
Its main use is to recover data files onto a mirrored DS after the DS has
been repaired and brought back online.
2018-06-15 19:45:15 +00:00

7 lines
76 B
Makefile

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