From 98d1d388214f4dd9c8cf4d8345a6a3569bc6adff Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 10 May 1996 20:03:39 +0000 Subject: machine@; use -fomit-frame-pointer otherwise a bugarg in a6 gets trashed --- sys/arch/mvme68k/stand/bugcrt/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'sys/arch/mvme68k') diff --git a/sys/arch/mvme68k/stand/bugcrt/Makefile b/sys/arch/mvme68k/stand/bugcrt/Makefile index ff083333abd..4cc94059476 100644 --- a/sys/arch/mvme68k/stand/bugcrt/Makefile +++ b/sys/arch/mvme68k/stand/bugcrt/Makefile @@ -1,12 +1,12 @@ -# $OpenBSD: Makefile,v 1.4 1996/05/10 18:39:12 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 1996/05/10 20:03:38 deraadt Exp $ -CFLAGS+=-I${.CURDIR}/../../include -O2 +CFLAGS+=-I${.OBJDIR} -O2 -fomit-frame-pointer OBJS=bugcrt.o -CLEANFILES+=a.out +CLEANFILES+=a.out machine -all: ${OBJS} +all: machine ${OBJS} bugcrt.o: bugcrt.c ${CC} ${CFLAGS} -c ${.ALLSRC} @@ -17,4 +17,7 @@ install: lint tags: +machine: + rm -f machine; ln -s ${.CURDIR}/../../include machine + .include -- cgit v1.2.3