summaryrefslogtreecommitdiff
path: root/usr.bin/stat/Makefile
blob: ee9112b938ff58f4188a216c5bda17e31ab398e0 (plain)
1
2
3
4
5
6
7
8
9
10
#	$NetBSD: Makefile,v 1.7 2003/07/25 03:21:17 atatat Exp $

PROG=	stat

.if !defined(HOSTPROG)
LINKS=	${BINDIR}/stat ${BINDIR}/readlink
MLINKS=	stat.1 readlink.1
.endif

.include <bsd.prog.mk>