mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 00:12:45 +00:00
7 lines
63 B
Makefile
7 lines
63 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= lockf
|
|
CFLAGS+=-Wall
|
|
|
|
.include <bsd.prog.mk>
|