Home | History | Annotate | Line # | Download | only in mkubootimage
Makefile revision 1.2.6.1
      1  1.2.6.1      yamt # $NetBSD: Makefile,v 1.2.6.1 2013/01/16 05:34:07 yamt Exp $
      2      1.1  jmcneill 
      3      1.1  jmcneill PROG=	mkubootimage
      4      1.1  jmcneill SRCS=	mkubootimage.c crc32.c
      5      1.1  jmcneill 
      6      1.2     joerg CWARNFLAGS.clang+=	-Wno-conversion
      7      1.2     joerg 
      8      1.1  jmcneill .include <bsd.prog.mk>
      9