8 lines
151 B
Makefile
8 lines
151 B
Makefile
# $NetBSD: Makefile,v 1.1 2010/06/18 18:55:48 jmcneill Exp $
|
|
|
|
PROG= mkubootimage
|
|
SRCS= mkubootimage.c crc32.c
|
|
NOMAN= # defined
|
|
|
|
.include <bsd.prog.mk>
|