10 lines
184 B
Makefile
10 lines
184 B
Makefile
# $NetBSD: Makefile,v 1.2 2011/05/26 12:56:33 joerg Exp $
|
|
|
|
PROG= mkubootimage
|
|
SRCS= mkubootimage.c crc32.c
|
|
NOMAN= # defined
|
|
|
|
CWARNFLAGS.clang+= -Wno-conversion
|
|
|
|
.include <bsd.prog.mk>
|