summaryrefslogtreecommitdiff
path: root/usr.bin/stat/Makefile
blob: 5bdf76e45a069a98323e9b5e7506bb3e433832ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$NetBSD: Makefile,v 1.8 2011/08/17 13:22:33 christos Exp $

PROG=	stat

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

COPTS.stat.c += -Wno-format-nonliteral

.include <bsd.prog.mk>