diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-07-13 13:07:31 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-07-13 13:07:31 +0000 |
commit | 2943843315276e912f61c01f049993edb91856a0 (patch) | |
tree | fa42d6cda3f8d06337ec9f17a0f7bdaf3a196929 | |
parent | 07870a00e3897e2577ddea787a19076aa5c29d08 (diff) |
Needs getchar.c now
-rw-r--r-- | sys/arch/macppc/stand/boot.mac/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |