1#	$NetBSD: Makefile.inc,v 1.9 2023/06/03 21:26:28 lukem Exp $
2
3BINDIR=		/usr/mdec
4
5CFLAGS_UNWIND.gcc=	-fno-unwind-tables -fno-asynchronous-unwind-tables
6CFLAGS_UNWIND.clang=	-fno-unwind-tables
7
8LINKFLAGS_UNWIND=	--no-ld-generated-unwind-info
9
10# Follow the suit of Makefile.kern.inc; needed for the lfs64 union
11# accessors -- they don't actually dereference the resulting pointer,
12# just use it for type-checking.
13CWARNFLAGS+=		${CC_WNO_ADDRESS_OF_PACKED_MEMBER}
14