7 lines
59 B
Makefile
7 lines
59 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= lockf
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|