Makefile revision 1.8
11.168Sdholland# $NetBSD: Makefile,v 1.8 2019/09/29 23:44:59 mrg Exp $ 21.1Smrg 31.1SmrgPROG= huntd 41.144SmrgSRCS= answer.c draw.c driver.c execute.c expl.c \ 51.1Smrg extern.c makemaze.c shots.c support.c terminal.c 61.1SmrgMAN= huntd.6 71.1Smrg 81.1SmrgCPPFLAGS+=-I${.CURDIR}/../include 91.1Smrg 101.1Smrg.include <bsd.own.mk> 111.1Smrg 121.1Smrg# Has fallthru comment that is missed 131.1Smrg.if defined(HAVE_GCC) && ${HAVE_GCC} >= 7 && ${ACTIVE_CC} == "gcc" 141.1SmrgCOPTS.shots.c+= -Wno-error=implicit-fallthrough 151.1Smrg.endif 161.1Smrg 171.1Smrg.include <bsd.prog.mk> 181.1Smrg