# $NetBSD: Makefile,v 1.11 2019/09/29 23:44:59 mrg Exp $ LIBISPRIVATE= yes LIB= common SRCS= allow.c board.c check.c fancy.c init.c odds.c \ one.c save.c subs.c table.c .include # Has fallthru comment that is missed .if defined(HAVE_GCC) && ${HAVE_GCC} >= 7 && ${ACTIVE_CC} == "gcc" COPTS.check.c+= -Wno-error=implicit-fallthrough .endif .include