mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-29 12:03:03 +00:00
d7d3cbdadf
Set WARNS to 6.
9 lines
66 B
Makefile
9 lines
66 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= doat
|
|
|
|
NO_MAN=
|
|
WARNS?=6
|
|
|
|
.include <bsd.prog.mk>
|