mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-27 11:55:06 +00:00
9 lines
83 B
Makefile
9 lines
83 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= stat
|
|
MAN= stat.1
|
|
SRCS= stat.c
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|