minix/usr.bin/stat/Makefile

13 lines
235 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 2011/08/17 13:22:33 christos Exp $
2011-07-18 15:49:37 +02:00
PROG= stat
.if !defined(HOSTPROG)
LINKS= ${BINDIR}/stat ${BINDIR}/readlink
MLINKS= stat.1 readlink.1
.endif
COPTS.stat.c += -Wno-format-nonliteral
2011-07-18 15:49:37 +02:00
.include <bsd.prog.mk>