diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-06-13 11:27:57 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-06-13 11:27:57 +0000 |
commit | 714d236290bd4f7e9fe5c41ec332470fd61c3e38 (patch) | |
tree | b6b4b0fd67bd89193269292d13239a47a0380e74 /sys/arch/alpha | |
parent | a43eddeffdd20d50a42d00d2d7daf562b2c9d535 (diff) |
use right source files from libkern
Diffstat (limited to 'sys/arch/alpha')
-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 |