mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
- Add WARNS?= 6 Submitted by: Liam J. Foy <liamfoy@gmail.com> Approved by: stefanf, grehan (mentor)
6 lines
59 B
Makefile
6 lines
59 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= fsync
|
|
|
|
WARNS?= 6
|
|
.include <bsd.prog.mk>
|