1 1.6.26.2 martin # $NetBSD: Makefile,v 1.6.26.2 2020/04/13 08:03:07 martin Exp $ 2 1.1 mrg 3 1.1 mrg PROG= huntd 4 1.2 dholland SRCS= answer.c draw.c driver.c execute.c expl.c \ 5 1.6 dholland extern.c makemaze.c shots.c support.c terminal.c 6 1.1 mrg MAN= huntd.6 7 1.1 mrg 8 1.4 dholland CPPFLAGS+=-I${.CURDIR}/../include 9 1.4 dholland 10 1.6.26.1 christos .include <bsd.own.mk> 11 1.6.26.1 christos 12 1.6.26.1 christos # Has fallthru comment that is missed 13 1.6.26.2 martin .if defined(HAVE_GCC) && ${HAVE_GCC} >= 7 && ${ACTIVE_CC} == "gcc" 14 1.6.26.1 christos COPTS.shots.c+= -Wno-error=implicit-fallthrough 15 1.6.26.1 christos .endif 16 1.6.26.1 christos 17 1.1 mrg .include <bsd.prog.mk> 18