NetBSD/sys/arch/i386/stand/pxeboot_com0/Makefile
thorpej f777763ab3 * Rename the pxeboot binary from "pxeboot" to "pxeboot_ia32", since
there are other architectures (e.g. IA64) which also use PXE.
* Get the console right in pxeboot, from Andreas Gustafsson.
* Add a "com0" version of pxeboot, to address the same issue that
  biosboot_com0 addresses.
2002-02-20 03:00:27 +00:00

6 lines
117 B
Makefile

# $NetBSD: Makefile,v 1.1 2002/02/20 03:00:27 thorpej Exp $
BASE= pxeboot_ia32_com0
.include "../pxeboot/Makefile"