Home | History | Annotate | Line # | Download | only in common_source
Makefile revision 1.9.62.1
      1  1.9.62.1  christos #	$NetBSD: Makefile,v 1.9.62.1 2019/06/10 22:05:10 christos 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.1  christos .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