forced commit to test new log_accum.pl script
[dragonfly.git] / usr.bin / stat / Makefile
bloba79aee1d128d93d49cdc291dba21caaf8ee049e0
1 # $FreeBSD: src/usr.bin/stat/Makefile,v 1.2 2002/08/13 08:23:49 dougb Exp $
2 # $DragonFly: src/usr.bin/stat/Makefile,v 1.1 2003/07/28 20:47:10 rob Exp $
4 PROG= stat
5 MAN= stat.1
6 SRCS= stat.c
7 WARNS?= 2
9 LINKS= ${BINDIR}/stat ${BINDIR}/readlink
10 MLINKS= stat.1 readlink.1
12 .include <bsd.prog.mk>