NetBSD/sys/arch/mvme68k/stand/wrtvid/Makefile
scw 86be963a27 Completely re-write wrtvid.c to make it usable during a cross-build.
Instead of parsing the 1st stage booter in wrtvid, use objcopy to
generate a binary image, leaving wrtvid to create the VID/CFG block.
2002-01-23 21:06:28 +00:00

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>