Makefile revision 1.8
1#	$NetBSD: Makefile,v 1.8 2014/11/24 08:08:23 tsutsui Exp $
2
3WARNS=	4
4PROG=	installboot
5NOMAN=	# defined
6SRCS=	installboot.c disklabel.c
7BINDIR=	/usr/mdec
8.ifndef SMALLPROG
9CPPFLAGS+=	-DCHECK_OS_BOOTVERSION
10LDADD=	-lkvm
11.endif
12
13# XXX needs proper struct or union to calculate boot sector uint16_t cksums
14CFLAGS+=	-fno-strict-aliasing
15
16.include <bsd.prog.mk>
17