Home | History | Annotate | Line # | Download | only in installboot
Makefile revision 1.7
      1  1.7  tsutsui #	$NetBSD: Makefile,v 1.7 2014/11/24 07:52:04 tsutsui 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.3      leo LDADD=	-lkvm
      9  1.1      leo 
     10  1.7  tsutsui # XXX needs proper struct or union to calculate boot sector uint16_t cksums
     11  1.7  tsutsui CFLAGS+=	-fno-strict-aliasing
     12  1.7  tsutsui 
     13  1.1      leo .include <bsd.prog.mk>
     14