Cross Reference: Makefile
xref: /src/usr.bin/stat/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/usr.bin/stat/
Makefile revision 1.9
11.9Smrg#	$NetBSD: Makefile,v 1.9 2019/02/04 09:51:47 mrg Exp $
21.1Satatat
31.1SatatatPROG=	stat
41.4Slukem
51.5Sagc.if !defined(HOSTPROG)
61.2SatatatLINKS=	${BINDIR}/stat ${BINDIR}/readlink
71.2SatatatMLINKS=	stat.1 readlink.1
81.4Slukem.endif
91.1Satatat
101.9Smrg.include <bsd.own.mk>
111.9Smrg
121.9Smrg# Has fallthru comment that is missed
131.9Smrg.if defined(HAVE_GCC) && ${HAVE_GCC} == 7 && ${ACTIVE_CC} == "gcc"
141.9SmrgCOPTS.stat.c+=	-Wno-error=implicit-fallthrough
151.9Smrg.endif
161.9Smrg
171.8SchristosCOPTS.stat.c += -Wno-format-nonliteral
181.8Schristos
191.1Satatat.include <bsd.prog.mk>
20

Indexes created Thu Jan 15 09:09:32 GMT 2026