Makefile revision 1.1
11.1Sperry# $NetBSD: Makefile,v 1.1 1997/03/14 02:40:34 perry Exp $ 21.1Sperry 31.1SperryS= ../../../../ 41.1Sperry 51.1SperryPROG= dosboot 61.1SperryNOMAN= 71.1Sperry 81.1SperrySRCS= main.c devopen.c version.c 91.1Sperry 101.1SperryCLEANFILES+= ${DOSSTART} ${PROG}.sym ${PROG}.com ${PROG}.list 111.1Sperry 121.1SperryCPPFLAGS+= -DCOMPAT_OLDBOOT 131.1Sperry#should go into SAMISCCPPFLAGS after system upgrade 141.1SperryCPPFLAGS+= -DHEAP_START=0x10000 -DHEAP_LIMIT=0x40000 151.1Sperry 161.1Sperry#CFLAGS= -O2 -fomit-frame-pointer -fno-defer-pop 171.1Sperry#needs some cleanup in libsa 181.1Sperry#CFLAGS+= -Wall 191.1Sperry 201.1Sperry# XXX should go into library 211.1SperrySRCS+= getopt.c ls.c 221.1Sperry.PATH: ${.CURDIR}/../libsa 231.1Sperry 241.1Sperry${PROG}: ${PROG}.com 251.1Sperry @# do nothing 261.1Sperry 271.1Sperryinstall: 281.1Sperry ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ 291.1Sperry ${PROG}.com ${DESTDIR}${BINDIR} 301.1Sperry 311.1SperrySAMISCMAKEFLAGS= SA_USE_CREAD=yes SA_INCLUDE_NET=no 321.1SperryI386MISCMAKEFLAGS= I386_INCLUDE_DOS=yes 331.1Sperry 341.1Sperry.include "../Makefile.booters" 35