Home | History | Annotate | Line # | Download | only in stat
Makefile revision 1.13
      1  1.13     lukem #	$NetBSD: Makefile,v 1.13 2023/06/03 21:30:24 lukem 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.12       kre MAN=	stat.1 readlink.1
      8   1.4     lukem .endif
      9   1.1    atatat 
     10   1.9       mrg .include <bsd.own.mk>
     11   1.9       mrg 
     12   1.9       mrg # Has fallthru comment that is missed
     13  1.13     lukem COPTS.stat.c+=	${CC_WNO_IMPLICIT_FALLTHROUGH}
     14   1.9       mrg 
     15   1.8  christos COPTS.stat.c += -Wno-format-nonliteral
     16   1.8  christos 
     17   1.1    atatat .include <bsd.prog.mk>
     18