1# $FreeBSD$ 2 3PROG= clear_locks 4MAN= clear_locks.8 5DPADD= ${LIBRPCSVC} 6LDADD= -lrpcsvc 7WARNS= 6 8 9.include <bsd.prog.mk> 10