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