Cross Reference: Makefile
xref: /src/sys/arch/i386/stand/dosboot/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/arch/i386/stand/dosboot/
Makefile revision 1.10
11.10Schristos#	$NetBSD: Makefile,v 1.10 1999/01/30 17:44:10 christos Exp $
21.1Sperry
31.2SthorpejS=	${.CURDIR}/../../../../
41.1Sperry
51.9SdrochnerBASE= dosboot
61.9SdrochnerPROG= ${BASE}.com
71.1SperryNOMAN=
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

Indexes created Thu Jan 01 12:09:34 GMT 2026