diff options
author | 2014-07-13 13:07:30 +0000 | |
---|---|---|
committer | 2014-07-13 13:07:30 +0000 | |
commit | 727a855783987c09967f5ef31473691a2f1031f2 (patch) | |
tree | 72d7bad1a31c930004957d1fde67d58865fc97b6 /sys | |
parent | Provide a link to the canonical API specification. (diff) | |
download | wireguard-openbsd-727a855783987c09967f5ef31473691a2f1031f2.tar.xz wireguard-openbsd-727a855783987c09967f5ef31473691a2f1031f2.zip |
Needs getchar.c now
Diffstat (limited to 'sys')
-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 |