[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / i386 / stand / dosboot

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/i386/stand/dosboot/Makefile between version 1.11 and 1.11.4.1

version 1.11, 1999/02/13 02:54:46 version 1.11.4.1, 1999/06/21 00:50:03
Line 16  CPPFLAGS+= -DCOMPAT_OLDBOOT -DXMS
Line 16  CPPFLAGS+= -DCOMPAT_OLDBOOT -DXMS
 #CPPFLAGS+= -DCONSERVATIVE_MEMDETECT  #CPPFLAGS+= -DCONSERVATIVE_MEMDETECT
   
 #CFLAGS= -O2 -fomit-frame-pointer -fno-defer-pop  #CFLAGS= -O2 -fomit-frame-pointer -fno-defer-pop
 CFLAGS+= -Wall  CFLAGS+= -Wall -Wmissing-prototypes -Wstrict-prototypes -Wno-main
   
 # XXX should go into library  # XXX should go into library
 SRCS+= getopt.c ls.c  SRCS+= getopt.c
 .PATH: ${.CURDIR}/../libsa  .PATH: ${.CURDIR}/../libsa
   
 SAMISCCPPFLAGS+= -DHEAP_START=0x10000 -DHEAP_LIMIT=0x40000  SAMISCCPPFLAGS+= -DHEAP_START=0x10000 -DHEAP_LIMIT=0x40000
 SAMISCMAKEFLAGS= SA_USE_CREAD=yes SA_INCLUDE_NET=no  SAMISCMAKEFLAGS= SA_USE_CREAD=yes SA_INCLUDE_NET=no
 I386MISCMAKEFLAGS= I386_INCLUDE_DOS=yes  I386MISCMAKEFLAGS= I386_INCLUDE_DOS=yes
   
   VERSIONFILE= ${.CURDIR}/version
   
 .include "../Makefile.booters"  .include "../Makefile.booters"

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.11.4.1

CVSweb <webmaster@jp.NetBSD.org>