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

TOOL	= testlk
OBJS	= testlk.o

include $(TOP)rules.mk

install::
	@: