Makefile revision 1.14
11.14Sjhawk# $NetBSD: Makefile,v 1.14 2000/07/06 03:39:53 jhawk 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.14SjhawkCPPFLAGS+= -DCOMPAT_OLDBOOT -DCOMPAT_386BSD_MBRPART 151.14SjhawkCPPFLAGS+= -DXMS 161.8Sdrochner#uncomment if there are problems with memory detection 171.8Sdrochner#CPPFLAGS+= -DCONSERVATIVE_MEMDETECT 181.1Sperry 191.1Sperry#CFLAGS= -O2 -fomit-frame-pointer -fno-defer-pop 201.13SdrochnerCFLAGS+= -Wall -Wmissing-prototypes -Wstrict-prototypes -Wno-main 211.1Sperry 221.1Sperry# XXX should go into library 231.13SdrochnerSRCS+= getopt.c 241.1Sperry.PATH: ${.CURDIR}/../libsa 251.1Sperry 261.4SdrochnerSAMISCCPPFLAGS+= -DHEAP_START=0x10000 -DHEAP_LIMIT=0x40000 271.1SperrySAMISCMAKEFLAGS= SA_USE_CREAD=yes SA_INCLUDE_NET=no 281.1SperryI386MISCMAKEFLAGS= I386_INCLUDE_DOS=yes 291.12Sdrochner 301.12SdrochnerVERSIONFILE= ${.CURDIR}/version 311.1Sperry 321.1Sperry.include "../Makefile.booters" 33