Makefile revision 1.1
11.1Sdholland# $NetBSD: Makefile,v 1.1 2014/07/26 19:30:45 dholland Exp $ 21.1Sdholland# 31.1Sdholland# Makefile for i386 41.1Sdholland# 51.1Sdholland 61.1SdhollandMENUS_MD= menus.md menus.mbr 71.1SdhollandMSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG} 81.1SdhollandMD_OPTIONS= BOOTSEL AOUT2ELF HAVE_INSTALL_IMAGE 91.1Sdholland 101.1SdhollandCPPFLAGS+= -DBOOTSEL -DWSKBD 111.1Sdholland# CPPFLAGS+= -DNO_LBA_READS 121.1Sdholland 131.1Sdholland.include "../../Makefile.inc" 14