summaryrefslogtreecommitdiffstats
path: root/tools/locktest/Makefile
blob: d597228beb3d8fb3d579be04cfdb14660803ae00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# testlk -	lock a file to test client side locking.
#

TOP	= ../../
TOOL	= testlk
OBJS	= testlk.o

include $(TOP)rules.mk

install::
	@: