1 1.9.62.2 martin # $NetBSD: Makefile,v 1.9.62.2 2020/04/13 08:03:06 martin Exp $ 2 1.1 lukem 3 1.9 lukem LIBISPRIVATE= yes 4 1.7 lukem 5 1.7 lukem LIB= common 6 1.7 lukem SRCS= allow.c board.c check.c fancy.c init.c odds.c \ 7 1.7 lukem one.c save.c subs.c table.c 8 1.1 lukem 9 1.9.62.1 christos .include <bsd.own.mk> 10 1.9.62.1 christos 11 1.9.62.1 christos # Has fallthru comment that is missed 12 1.9.62.2 martin .if defined(HAVE_GCC) && ${HAVE_GCC} >= 7 && ${ACTIVE_CC} == "gcc" 13 1.9.62.1 christos COPTS.check.c+= -Wno-error=implicit-fallthrough 14 1.9.62.1 christos .endif 15 1.9.62.1 christos 16 1.1 lukem .include <bsd.lib.mk> 17