mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 09:13:37 +01:00
7 lines
63 B
Makefile
7 lines
63 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= lockf
|
|
CFLAGS+=-Wall
|
|
|
|
.include <bsd.prog.mk>
|