1 1.6.28.2 snj # $NetBSD: Makefile,v 1.6.28.2 2015/03/29 07:42:53 snj Exp $ 2 1.1 leo 3 1.6 chs WARNS= 4 4 1.1 leo PROG= installboot 5 1.5 tv NOMAN= # defined 6 1.1 leo SRCS= installboot.c disklabel.c 7 1.1 leo BINDIR= /usr/mdec 8 1.6.28.2 snj .ifndef SMALLPROG 9 1.6.28.2 snj CPPFLAGS+= -DCHECK_OS_BOOTVERSION 10 1.3 leo LDADD= -lkvm 11 1.6.28.2 snj .endif 12 1.1 leo 13 1.6.28.1 snj # XXX needs proper struct or union to calculate boot sector uint16_t cksums 14 1.6.28.1 snj CFLAGS+= -fno-strict-aliasing 15 1.6.28.1 snj 16 1.1 leo .include <bsd.prog.mk> 17