Makefile revision 1.21
11.21Slukem# $NetBSD: Makefile,v 1.21 2003/01/03 15:34:42 lukem Exp $ 21.1Sperry 31.2SthorpejS= ${.CURDIR}/../../../../ 41.1Sperry 51.9SdrochnerBASE= dosboot 61.9SdrochnerPROG= ${BASE}.com 71.19StvNOMAN= # defined 81.6SthorpejNEWVERSWHAT= "DOS Boot" 91.20SthorpejSTARTFILE= ${DOSSTART} 101.20SthorpejRELOC= 0x100 111.1Sperry 121.10SchristosSRCS= main.c devopen.c exec.c 131.1Sperry 141.18SjdolecekCPPFLAGS+= -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.17Swiz 321.17Swiz.include <bsd.own.mk> 331.15Sjhawk 341.21Slukemrelease: check_RELEASEDIR 351.21Slukem ${HOST_INSTALL_FILE} -m ${BINMODE} dosboot.com \ 361.21Slukem ${RELEASEDIR}/${MACHINE}/installation/misc 371.1Sperry 381.1Sperry.include "../Makefile.booters" 39