#
# testlk -	lock a file to test client side locking.
#
#-----------------------------------------------------
TOPDIR  :=  $(shell /bin/pwd)
TOPDIR  :=  $(TOPDIR)/../../..

include $(TOPDIR)/prerules.mk
#-----------------------------------------------------
TOOL	= testlk
OBJS	= testlk.o

include $(TOP)rules.mk

install::
	@:
