1 # $NetBSD: Makefile,v 1.1 2014/07/26 19:30:44 dholland Exp $ 2 # 3 # Makefile for amd64 4 # 5 6 MENUS_MD= ../i386/menus.md menus.mbr 7 MSG_MD= ../i386/msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG} 8 MD_OPTIONS= BOOTSEL AOUT2ELF HAVE_INSTALL_IMAGE 9 10 CPPFLAGS+= -DBOOTSEL -DWSKBD 11 12 .include "../../Makefile.inc" 13