Makefile revision 1.11
11.11Slukem# $NetBSD: Makefile,v 1.11 1999/02/13 02:54:46 lukem Exp $ 21.1Sperry 31.2SthorpejS= ${.CURDIR}/../../../../ 41.1Sperry 51.9SdrochnerBASE= dosboot 61.9SdrochnerPROG= ${BASE}.com 71.11SlukemMKMAN= no 81.6SthorpejNEWVERSWHAT= "DOS Boot" 91.1Sperry 101.10SchristosSRCS= main.c devopen.c exec.c 111.1Sperry 121.9SdrochnerCLEANFILES+= ${DOSSTART} ${BASE}.sym 131.1Sperry 141.5SdrochnerCPPFLAGS+= -DCOMPAT_OLDBOOT -DXMS 151.8Sdrochner#uncomment if there are problems with memory detection 161.8Sdrochner#CPPFLAGS+= -DCONSERVATIVE_MEMDETECT 171.1Sperry 181.1Sperry#CFLAGS= -O2 -fomit-frame-pointer -fno-defer-pop 191.4SdrochnerCFLAGS+= -Wall 201.1Sperry 211.1Sperry# XXX should go into library 221.1SperrySRCS+= getopt.c ls.c 231.1Sperry.PATH: ${.CURDIR}/../libsa 241.1Sperry 251.4SdrochnerSAMISCCPPFLAGS+= -DHEAP_START=0x10000 -DHEAP_LIMIT=0x40000 261.1SperrySAMISCMAKEFLAGS= SA_USE_CREAD=yes SA_INCLUDE_NET=no 271.1SperryI386MISCMAKEFLAGS= I386_INCLUDE_DOS=yes 281.1Sperry 291.1Sperry.include "../Makefile.booters" 30