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.3
11.3Smycroft#	$NetBSD: Makefile,v 1.3 1997/05/07 16:15:02 mycroft Exp $
21.1Sperry
31.2SthorpejS=	${.CURDIR}/../../../../
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.3Smycroftproginstall::
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

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