11.11Slukem# $NetBSD: Makefile,v 1.11 2023/06/03 09:09:09 lukem 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.9Smrg# Appears wrong - should not exceed bounds of array. 131.11SlukemCOPTS.answer.c+= ${CC_WNO_STRINGOP_OVERFLOW} 141.11SlukemCOPTS.shots.c+= ${CC_WNO_STRINGOP_OVERFLOW} 151.11SlukemCOPTS.driver.c+= ${CC_WNO_STRINGOP_OVERFLOW} 161.7Smrg 171.1Smrg.include <bsd.prog.mk> 18