summaryrefslogtreecommitdiff
path: root/usr.bin/lockf/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1997-01-08 20:13:00 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1997-01-08 20:13:00 +0000
commite60a1ae5dd98df4bd5dee43c98e408fbee822eca (patch)
treebfd8a1a393b4e571e7f023181d1ea7ed7ce0a639 /usr.bin/lockf/Makefile
parent844e36350c8840902e0f21a95c75989896ecc594 (diff)
Notes
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 000000000000..47fb6ab863e1
--- /dev/null
+++ b/usr.bin/lockf/Makefile
@@ -0,0 +1,6 @@
+# $Id$
+
+PROG= lockf
+CFLAGS+=-Wall
+
+.include <bsd.prog.mk>