7 lines
63 B
Makefile
7 lines
63 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PROG= protect
|
||
|
WARNS?= 6
|
||
|
|
||
|
.include <bsd.prog.mk>
|