diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-07-10 16:23:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-07-10 16:23:51 +0000 |
commit | c0135b14f5e96ce9c037ec21c6ddc0da493f20d0 (patch) | |
tree | bdfa367739ac06e044175e90b9ef9fbe0182493a /sys | |
parent | 70c27f81536384a69be4f381d04b2fb81efb4803 (diff) |
bring in more libgcc type thingies for new libz
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/socppc/stand/boot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/socppc/stand/boot/Makefile b/sys/arch/socppc/stand/boot/Makefile index 09351aa4491..6799370bc3d 100644 --- a/sys/arch/socppc/stand/boot/Makefile +++ b/sys/arch/socppc/stand/boot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2010/02/15 13:57:15 kettenis Exp $ +# $OpenBSD: Makefile,v 1.11 2011/07/10 16:23:50 deraadt Exp $ .include "${.CURDIR}/../Makefile.inc" @@ -26,7 +26,7 @@ SRCS+= clock.c ns16550.c wd.c wdc.c pciide.c wdc_obio.c fdt.c SRCS+= ctime.c strtol.c cmd_socppc.c .PATH: ${S}/lib/libkern/arch/powerpc ${S}/lib/libkern -SRCS+= strlcpy.c strlen.c ashrdi3.c +SRCS+= strlcpy.c strlen.c ashrdi3.c moddi3.c ### find out what to use for libz Z_AS= library |