cross-tools: Do not install manpages during this stage.
[dragonfly.git] / usr.bin / stat / Makefile
1 # $FreeBSD: head/usr.bin/stat/Makefile 216206 2010-12-05 21:33:05Z dougb $
2
3 PROG=   stat
4
5 LINKS=  ${BINDIR}/stat ${BINDIR}/readlink
6 MLINKS= stat.1 readlink.1
7
8 .include <bsd.prog.mk>