Makefile.inc revision 1.9
1#	$NetBSD: Makefile.inc,v 1.9 2023/06/03 08:52:57 lukem Exp $
2
3BINDIR=		/usr/mdec
4KLINK_MACHINE=	zaurus
5
6# Follow the suit of Makefile.kern.inc; needed for the lfs64 union
7# accessors -- they don't actually dereference the resulting pointer,
8# just use it for type-checking.
9CWARNFLAGS.clang+=	-Wno-error=address-of-packed-member
10CWARNFLAGS.gcc+=	${CC_WNO_ADDRESS_OF_PACKED_MEMBER}
11