diff options
Diffstat (limited to 'sys/arch/mvme88k/stand/bootxx/Makefile')
-rw-r--r-- | sys/arch/mvme88k/stand/bootxx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/stand/bootxx/Makefile b/sys/arch/mvme88k/stand/bootxx/Makefile index abe5050b657..9d4e72acdf3 100644 --- a/sys/arch/mvme88k/stand/bootxx/Makefile +++ b/sys/arch/mvme88k/stand/bootxx/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 8.1 (Berkeley) 6/10/93 -# $OpenBSD: Makefile,v 1.1 1998/08/22 08:27:07 smurph Exp $ +# $OpenBSD: Makefile,v 1.2 1998/08/22 09:25:08 smurph Exp $ RELOC=0x3F0000 @@ -17,7 +17,7 @@ CLEANFILES+=bootxx SRCS= bootxx.c conf.c version.c -LIBS= ${LIBSA} ${LIBBUG} ${LIBZ} libgcc.a +LIBS= ${LIBSA} ${LIBBUG} ${LIBZ} OBJS= ${SRCS:N*.h:R:S/$/.o/g} |