xref: /netbsd-src/usr.sbin/sysinst/arch/amd64/Makefile (revision 4103857b9a0081a97f6e857952085e39dd1ec5ec)
1#	$NetBSD: Makefile,v 1.2 2019/06/12 06:20:18 martin Exp $
2#
3# Makefile for amd64
4#
5
6MENUS_MD=	../i386/menus.md
7MSG_MD=		../i386/msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
8MD_OPTIONS=	BOOTSEL AOUT2ELF HAVE_INSTALL_IMAGE
9NO_MBR=no
10
11CPPFLAGS+=	-DBOOTSEL -DWSKBD
12
13.include "../../Makefile.inc"
14