1 1.15 christos # $NetBSD: Makefile,v 1.15 2024/01/29 22:01:58 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.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.15 christos .if !defined(HOSTPROG) 18 1.14 christos LDADD+= -lutil 19 1.14 christos DPADD+= ${LIBUTIL} 20 1.15 christos .endif 21 1.14 christos 22 1.1 atatat .include <bsd.prog.mk> 23