mirror of
https://github.com/opnsense/src.git
synced 2026-04-02 16:05:17 -04:00
10 lines
71 B
Makefile
10 lines
71 B
Makefile
|
|
#
|
||
|
|
# $FreeBSD$
|
||
|
|
#
|
||
|
|
|
||
|
|
PROG= fstat
|
||
|
|
NO_MAN=
|
||
|
|
WARNS?= 2
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|