1 1.8.42.1 christos # $NetBSD: Makefile,v 1.8.42.1 2019/06/10 22:10:24 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.42.1 christos .include <bsd.own.mk> 11 1.8.42.1 christos 12 1.8.42.1 christos # Has fallthru comment that is missed 13 1.8.42.1 christos .if !defined(HOSTPROG) && defined(HAVE_GCC) && ${HAVE_GCC} == 7 && ${ACTIVE_CC} == "gcc" 14 1.8.42.1 christos COPTS.stat.c+= -Wno-error=implicit-fallthrough 15 1.8.42.1 christos .endif 16 1.8.42.1 christos 17 1.8 christos COPTS.stat.c += -Wno-format-nonliteral 18 1.8 christos 19 1.1 atatat .include <bsd.prog.mk> 20