xref: /freebsd/usr.bin/lockf/Makefile (revision 70fe064ad7cab6c0444b91622f60ec6a462f308a)
1# $FreeBSD$
2
3PROG=	lockf
4WARNS?=	2
5
6.include <bsd.prog.mk>
7