]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - hunt/huntd/Makefile
Time warp forward 34 years so that it compiles (but not work)
[bsdgames-darwin.git] / hunt / huntd / Makefile
1 # $NetBSD: Makefile,v 1.8 2019/09/29 23:44:59 mrg Exp $
2
3 PROG= huntd
4 SRCS= answer.c draw.c driver.c execute.c expl.c \
5 extern.c makemaze.c shots.c support.c terminal.c
6 MAN= huntd.6
7
8 CPPFLAGS+=-I${.CURDIR}/../include
9
10 .include <bsd.own.mk>
11
12 # Has fallthru comment that is missed
13 .if defined(HAVE_GCC) && ${HAVE_GCC} >= 7 && ${ACTIVE_CC} == "gcc"
14 COPTS.shots.c+= -Wno-error=implicit-fallthrough
15 .endif
16
17 .include <bsd.prog.mk>