Makefile.inc revision 1.10
1#	$NetBSD: Makefile.inc,v 1.10 2023/06/03 21:26:28 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+=	${CC_WNO_ADDRESS_OF_PACKED_MEMBER}
10