summaryrefslogtreecommitdiffstats
path: root/usr.bin/lockf/Makefile
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1997-01-08 20:12:59 +0000
committerjdp <jdp@FreeBSD.org>1997-01-08 20:12:59 +0000
commite83b4a256a4fbf16c7d0826da378236eb4c51061 (patch)
tree2e9317f492382f06267906105c6a81898fe6410c /usr.bin/lockf/Makefile
downloadFreeBSD-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/Makefile6
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>
OpenPOWER on IntegriCloud