NetBSD/sys/arch/i386/stand/genprom/Makefile
thorpej 76ea45942b Cleanup of i386 bootloader building:
* Add separate directories for the individual netboot ROMs and
  always build them.
* Each bootloader Makefile explicitly specifies the start file
  and link address it wishes to use.
* genprom becomes a proper host program.
* Make sure all generated files get cleaned up.
* Set BINDIR in Makefile.inc
* Add compressed image support to pxeboot.
* Make pxeboot use the default serial console speed (9600).
2002-02-17 20:03:05 +00:00

7 lines
124 B
Makefile

# $NetBSD: Makefile,v 1.6 2002/02/17 20:03:10 thorpej Exp $
HOSTPROG= genprom
NOMAN= # defined
.include <bsd.hostprog.mk>