# $NetBSD: Makefile.inc,v 1.1 1995/09/16 23:20:23 pk Exp $ .if !defined(__stand_makefile_inc) __stand_makefile_inc=1 S= ../../../${R} RELOC_SUN4= 240000 RELOC_SUN4C= 340000 RELOC_SUN4M= 440000 # Note: a `RELOC' value of 0x340000 seems to work on most machines RELOC?= ${RELOC_SUN4C} INCLUDES+= -I.. -I${S}/arch -I${S} -I${S}/lib/libsa DEFS+= -DSTANDALONE -DRELOC=${RELOC} -DSUN4 -DSUN4C -DSUN_BOOTPARAMS CFLAGS+= -O2 ${INCLUDES} ${DEFS} srt0.o: srt0.S ${CC} ${CFLAGS} -DLOCORE -c ${.IMPSRC} .endif