mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 00:24:52 -04:00
14 lines
306 B
Makefile
14 lines
306 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/07/26 19:30:45 dholland Exp $
|
|
#
|
|
# Makefile for i386
|
|
#
|
|
|
|
MENUS_MD= menus.md menus.mbr
|
|
MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
|
|
MD_OPTIONS= BOOTSEL AOUT2ELF HAVE_INSTALL_IMAGE
|
|
|
|
CPPFLAGS+= -DBOOTSEL -DWSKBD
|
|
# CPPFLAGS+= -DNO_LBA_READS
|
|
|
|
.include "../../Makefile.inc"
|