86be963a27
Instead of parsing the 1st stage booter in wrtvid, use objcopy to generate a binary image, leaving wrtvid to create the VID/CFG block.
12 lines
179 B
Makefile
12 lines
179 B
Makefile
# $NetBSD: Makefile,v 1.11 2002/01/23 21:06:28 scw Exp $
|
|
|
|
S=${.CURDIR}/../../../../
|
|
|
|
HOSTPROG= wrtvid
|
|
NOMAN=
|
|
|
|
# only needed during build
|
|
proginstall::
|
|
|
|
.include <bsd.hostprog.mk>
|