xref: /netbsd-src/usr.sbin/sysinst/arch/amd64/Makefile (revision 9fb66d812c00ebfb445c0b47dea128f32aa6fe96)
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