diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2011-07-09 15:27:12 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2011-07-09 15:27:12 +0000 |
commit | 0374439616dff83ae72b945f1d435395438493df (patch) | |
tree | d0c42c94dad705ffa9e3e69221a993b3da3c113c | |
parent | 67d0eec9bdf5d87f5dd1db778e4b059bcbd32c8d (diff) |
Unbreak hppa boot(8) after zlib update.
ok deraadt@
-rw-r--r-- | sys/arch/hppa/stand/boot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hppa/stand/boot/Makefile b/sys/arch/hppa/stand/boot/Makefile index cc2075613b7..c3a3846a175 100644 --- a/sys/arch/hppa/stand/boot/Makefile +++ b/sys/arch/hppa/stand/boot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2007/11/26 08:36:49 deraadt Exp $ +# $OpenBSD: Makefile,v 1.21 2011/07/09 15:27:11 jsing Exp $ MAN= boot.8 MANSUBDIR=hppa @@ -14,8 +14,8 @@ SRCS= srt0.S exec.c conf.c SRCS+= bootarg.c boot.c vars.c cmd.c .PATH: ${S}/lib/libkern/arch/hppa ${S}/lib/libkern -SRCS+= milli.S ashrdi3.c memcmp.c memcpy.c memset.c muldi3.c \ - strcmp.c strlcpy.c strlen.c strncmp.c strncpy.c +SRCS+= milli.S ashrdi3.c memcmp.c memcpy.c memset.c moddi3.c muldi3.c \ + qdivrem.c strcmp.c strlcpy.c strlen.c strncmp.c strncpy.c LD?= ld LDFLAGS+=-Bstatic -nostartfiles -nostdlib -N -Ttext $(LINKADDR) |