From 7fb80dfd1921601d185d9b7721ad97871cc8f463 Mon Sep 17 00:00:00 2001 From: Steve Murphree Date: Sat, 22 Aug 1998 09:25:12 +0000 Subject: fixed Makefiles. Removed reference to libgcc.a --- sys/arch/mvme88k/stand/bootsd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/mvme88k/stand/bootsd/Makefile') diff --git a/sys/arch/mvme88k/stand/bootsd/Makefile b/sys/arch/mvme88k/stand/bootsd/Makefile index 645a742edb4..ca7ae74a7c1 100644 --- a/sys/arch/mvme88k/stand/bootsd/Makefile +++ b/sys/arch/mvme88k/stand/bootsd/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 8.1 (Berkeley) 6/10/93 -# $OpenBSD: Makefile,v 1.2 1998/08/22 07:17:15 smurph Exp $ +# $OpenBSD: Makefile,v 1.3 1998/08/22 09:25:06 smurph Exp $ RELOC=0x3F0000 @@ -18,7 +18,7 @@ CLEANFILES+=bootsd SRCS= boot.c conf.c version.c -LIBS= ${LIBSA} ${LIBBUG} ${LIBZ} libgcc.a +LIBS= ${LIBSA} ${LIBBUG} ${LIBZ} OBJS= ${SRCS:N*.h:R:S/$/.o/g} -- cgit v1.2.3