diff options
author | 2013-06-13 11:27:56 +0000 | |
---|---|---|
committer | 2013-06-13 11:27:56 +0000 | |
commit | 13cd479691b76f89f8b56a54fede9999874ee348 (patch) | |
tree | 0c02ac8385cb3c6819f91815d6fa577655927f56 | |
parent | Random TX Backoff Register mask must be 0x3FF; ok beck, dlg (diff) | |
download | wireguard-openbsd-13cd479691b76f89f8b56a54fede9999874ee348.tar.xz wireguard-openbsd-13cd479691b76f89f8b56a54fede9999874ee348.zip |
use right source files from libkern
-rw-r--r-- | sys/arch/alpha/stand/bootxx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/stand/bootxx/Makefile b/sys/arch/alpha/stand/bootxx/Makefile index a149ffe4fd7..28a22012bfb 100644 --- a/sys/arch/alpha/stand/bootxx/Makefile +++ b/sys/arch/alpha/stand/bootxx/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2012/09/01 15:10:06 pascal Exp $ +# $OpenBSD: Makefile,v 1.14 2013/06/13 11:27:56 deraadt Exp $ # $NetBSD: Makefile,v 1.12 1997/04/17 07:27:49 thorpej Exp $ S= ${.CURDIR}/../../../.. @@ -17,7 +17,7 @@ BOOT_RELOC = ${PRIMARY_LOAD_ADDRESS} CLEANFILES+= ${PROG}.sym ${PROG}.nosym ${PROG}.trunc .PATH: ${S}/lib/libkern/arch/alpha ${S}/lib/libkern -SRCS+= bzero.c memcpy.c +SRCS+= memmove.S bzero.c DEFNS= -DPRIMARY_BOOTBLOCK |