mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
7 lines
63 B
Makefile
7 lines
63 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PROG= protect
|
||
|
WARNS?= 6
|
||
|
|
||
|
.include <bsd.prog.mk>
|