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