diff options
author | 2014-07-13 20:53:35 +0000 | |
---|---|---|
committer | 2014-07-13 20:53:35 +0000 | |
commit | 12e4b548d0e128b97f6831478eede45fa0843c5c (patch) | |
tree | 5e837c7d5472d73d1d2a4d77198df5c62e3a01b1 | |
parent | An EOF is a good reason to close a connection. (diff) | |
download | wireguard-openbsd-12e4b548d0e128b97f6831478eede45fa0843c5c.tar.xz wireguard-openbsd-12e4b548d0e128b97f6831478eede45fa0843c5c.zip |
No libsa putchar wanted here actually
-rw-r--r-- | sys/arch/macppc/stand/ofwboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/stand/ofwboot/Makefile b/sys/arch/macppc/stand/ofwboot/Makefile index bcb7c6831ea..021d878a96a 100644 --- a/sys/arch/macppc/stand/ofwboot/Makefile +++ b/sys/arch/macppc/stand/ofwboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2014/07/13 09:26:08 jasper Exp $ +# $OpenBSD: Makefile,v 1.11 2014/07/13 20:53:35 miod Exp $ # $NetBSD: Makefile,v 1.2 1997/04/17 07:46:24 thorpej Exp $ S= ${.CURDIR}/../../../.. @@ -22,7 +22,7 @@ BINDIR= /usr/mdec .PATH: ${S}/lib/libsa .PATH: ${S}/lib/libkern/arch/powerpc ${S}/lib/libkern -SRCS+= getchar.c putchar.c strlcpy.c memcpy.c strlen.c strrchr.c \ +SRCS+= getchar.c strlcpy.c memcpy.c strlen.c strrchr.c \ strlcat.c ashrdi3.c SRCS+= moddi3.c |