mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
6 lines
58 B
Makefile
6 lines
58 B
Makefile
# $Id$
|
|
|
|
PROG= lockf
|
|
CFLAGS+=-Wall
|
|
|
|
.include <bsd.prog.mk>
|