1 1.2 joerg # $NetBSD: Makefile,v 1.2 2011/05/26 12:56:33 joerg Exp $ 2 1.1 jmcneill 3 1.1 jmcneill PROG= mkubootimage 4 1.1 jmcneill SRCS= mkubootimage.c crc32.c 5 1.1 jmcneill NOMAN= # defined 6 1.1 jmcneill 7 1.2 joerg CWARNFLAGS.clang+= -Wno-conversion 8 1.2 joerg 9 1.1 jmcneill .include <bsd.prog.mk> 10