Home | History | Annotate | Line # | Download | only in mkubootimage
Makefile revision 1.3
      1  1.3      reed # $NetBSD: Makefile,v 1.3 2012/12/02 02:21:29 reed 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