Home | History | Annotate | Line # | Download | only in stat
Makefile revision 1.8
      1  1.8  christos #	$NetBSD: Makefile,v 1.8 2011/08/17 13:22:33 christos Exp $
      2  1.1    atatat 
      3  1.1    atatat PROG=	stat
      4  1.4     lukem 
      5  1.5       agc .if !defined(HOSTPROG)
      6  1.2    atatat LINKS=	${BINDIR}/stat ${BINDIR}/readlink
      7  1.2    atatat MLINKS=	stat.1 readlink.1
      8  1.4     lukem .endif
      9  1.1    atatat 
     10  1.8  christos COPTS.stat.c += -Wno-format-nonliteral
     11  1.8  christos 
     12  1.1    atatat .include <bsd.prog.mk>
     13