7 lines
63 B
Makefile
7 lines
63 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= lockf
|
|
CFLAGS+=-Wall
|
|
|
|
.include <bsd.prog.mk>
|