diff options
author | Steve Murphree <smurph@cvs.openbsd.org> | 1998-08-22 09:25:12 +0000 |
---|---|---|
committer | Steve Murphree <smurph@cvs.openbsd.org> | 1998-08-22 09:25:12 +0000 |
commit | 7fb80dfd1921601d185d9b7721ad97871cc8f463 (patch) | |
tree | e2332ff76f14315e4cf2eb81294b5f9babee9089 /sys/arch/mvme88k/stand/bootsd/Makefile | |
parent | 2322741e58a481c8a6be6953f99ee13129bb0d2f (diff) |
fixed Makefiles. Removed reference to libgcc.a
Diffstat (limited to 'sys/arch/mvme88k/stand/bootsd/Makefile')
-rw-r--r-- | sys/arch/mvme88k/stand/bootsd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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} |