blob: 24d2a294ee5bafa2a4dbadd46a44d59f592d06db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.2 2019/06/12 06:20:21 martin Exp $
#
# Makefile for i386
#
MENUS_MD= menus.md
MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
MD_OPTIONS= BOOTSEL AOUT2ELF HAVE_INSTALL_IMAGE
NO_MBR=no
CPPFLAGS+= -DBOOTSEL -DWSKBD
# CPPFLAGS+= -DNO_LBA_READS
.include "../../Makefile.inc"
|