mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 13:22:48 +00:00
604d24db95
Use WARNS?= instead of WARNS=.
9 lines
111 B
Makefile
9 lines
111 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= sysctl
|
|
WARNS?= 0
|
|
MAN= sysctl.8
|
|
|
|
.include <bsd.prog.mk>
|