#
# testlk -	lock a file to test client side locking.
#

TOOL	= testlk
OBJS	= testlk.o

include $(TOP)rules.mk

install::
	@:
