Makefile revision 1.7
11.7Smrg# $NetBSD: Makefile,v 1.7 2019/02/04 09:51:48 mrg Exp $ 21.1Smrg 31.1SmrgPROG= huntd 41.2SdhollandSRCS= answer.c draw.c driver.c execute.c expl.c \ 51.6Sdholland extern.c makemaze.c shots.c support.c terminal.c 61.1SmrgMAN= huntd.6 71.1Smrg 81.4SdhollandCPPFLAGS+=-I${.CURDIR}/../include 91.4Sdholland 101.7Smrg.include <bsd.own.mk> 111.7Smrg 121.7Smrg# Has fallthru comment that is missed 131.7Smrg.if defined(HAVE_GCC) && ${HAVE_GCC} == 7 && ${ACTIVE_CC} == "gcc" 141.7SmrgCOPTS.shots.c+= -Wno-error=implicit-fallthrough 151.7Smrg.endif 161.7Smrg 171.1Smrg.include <bsd.prog.mk> 18