1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-27 11:55:06 +00:00
freebsd/usr.bin/stat/Makefile
2002-06-06 19:27:17 +00:00

9 lines
83 B
Makefile

# $FreeBSD$
PROG= stat
MAN= stat.1
SRCS= stat.c
WARNS?= 2
.include <bsd.prog.mk>