From: miod Date: Sun, 13 Jul 2014 13:07:30 +0000 (+0000) Subject: Needs getchar.c now X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=727a855783987c09967f5ef31473691a2f1031f2;p=openbsd Needs getchar.c now --- diff --git a/sys/arch/macppc/stand/boot.mac/Makefile b/sys/arch/macppc/stand/boot.mac/Makefile index 14dc2131bbf..0457e3acae4 100644 --- a/sys/arch/macppc/stand/boot.mac/Makefile +++ b/sys/arch/macppc/stand/boot.mac/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2013/10/27 04:49:54 deraadt Exp $ +# $OpenBSD: Makefile,v 1.10 2014/07/13 13:07:30 miod Exp $ # $NetBSD: Makefile,v 1.1 1996/09/30 16:35:05 ws Exp $ S= ${.CURDIR}/../../../.. @@ -20,6 +20,7 @@ LDFLAGS+= -T ${.CURDIR}/elf32_powerpc_merge.x -Bstatic .PATH: ${S}/stand/boot .PATH: ${S}/lib/libsa +SRCS+= getchar.c .PATH: ${S}/lib/libkern/arch/powerpc ${S}/lib/libkern SRCS+= strlcpy.c memcpy.c strlen.c strrchr.c strlcat.c ashrdi3.c