diff options
author | jdp <jdp@FreeBSD.org> | 1997-01-08 20:12:59 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1997-01-08 20:12:59 +0000 |
commit | e83b4a256a4fbf16c7d0826da378236eb4c51061 (patch) | |
tree | 2e9317f492382f06267906105c6a81898fe6410c /usr.bin/lockf/Makefile | |
download | FreeBSD-src-e83b4a256a4fbf16c7d0826da378236eb4c51061.zip FreeBSD-src-e83b4a256a4fbf16c7d0826da378236eb4c51061.tar.gz |
Initial import of the lockf utility. It executes an arbitrary command
while holding an exclusive lock on a file.
Diffstat (limited to 'usr.bin/lockf/Makefile')
-rw-r--r-- | usr.bin/lockf/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/lockf/Makefile b/usr.bin/lockf/Makefile new file mode 100644 index 0000000..47fb6ab --- /dev/null +++ b/usr.bin/lockf/Makefile @@ -0,0 +1,6 @@ +# $Id$ + +PROG= lockf +CFLAGS+=-Wall + +.include <bsd.prog.mk> |