Cross Reference: Makefile
xref: /src/usr.bin/stat/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/usr.bin/stat/
11.15Schristos#	$NetBSD: Makefile,v 1.15 2024/01/29 22:01:58 christos Exp $
21.1Satatat
31.1SatatatPROG=	stat
41.4Slukem
51.5Sagc.if !defined(HOSTPROG)
61.2SatatatLINKS=	${BINDIR}/stat ${BINDIR}/readlink
71.12SkreMAN=	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.13SlukemCOPTS.stat.c+=	${CC_WNO_IMPLICIT_FALLTHROUGH}
141.9Smrg
151.8SchristosCOPTS.stat.c += -Wno-format-nonliteral
161.8Schristos
171.15Schristos.if !defined(HOSTPROG)
181.14SchristosLDADD+=	-lutil
191.14SchristosDPADD+=	${LIBUTIL}
201.15Schristos.endif
211.14Schristos
221.1Satatat.include <bsd.prog.mk>
23

Indexes created Mon Nov 10 17:20:41 GMT 2025