iso9660fs: initialize buffer cache
[minix.git] / usr.bin / stat / Makefile
blob97b9c17440b90e538a2be8e86585112a6abdeb42
1 # $NetBSD: Makefile,v 1.8 2011/08/17 13:22:33 christos Exp $
3 PROG= stat
5 .if !defined(HOSTPROG)
6 LINKS= ${BINDIR}/stat ${BINDIR}/readlink
7 .if defined(__MINIX)
8 # To prevent breaking of existing utilities in commands/
9 LINKS+= ${BINDIR}/stat ${BINDIR}/fstat
10 LINKS+= ${BINDIR}/stat ${BINDIR}/lstat
11 .endif
12 MLINKS= stat.1 readlink.1
13 .endif
15 COPTS.stat.c += -Wno-format-nonliteral
17 # LSC Until it compiles cleanly...
18 NOGCCERROR:=yes
20 .include <bsd.prog.mk>