freebsd-dev/usr.bin/lockf/Makefile
John Polstra c8929a4926 Initial import of the lockf utility. It executes an arbitrary command
while holding an exclusive lock on a file.
1997-01-08 20:12:59 +00:00

7 lines
58 B
Makefile

# $Id$
PROG= lockf
CFLAGS+=-Wall
.include <bsd.prog.mk>