diff options
Diffstat (limited to 'sys/arch/amd64/stand/efi32/Makefile.common')
-rw-r--r-- | sys/arch/amd64/stand/efi32/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/efi32/Makefile.common b/sys/arch/amd64/stand/efi32/Makefile.common index d8b7e795ade..a90d404eae9 100644 --- a/sys/arch/amd64/stand/efi32/Makefile.common +++ b/sys/arch/amd64/stand/efi32/Makefile.common @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.common,v 1.2 2019/08/03 15:22:19 deraadt Exp $ +# $OpenBSD: Makefile.common,v 1.3 2019/10/29 02:55:50 deraadt Exp $ S= ${.CURDIR}/../../../../.. SADIR= ${.CURDIR}/../.. @@ -51,7 +51,7 @@ SRCS+= divdi3.c moddi3.c qdivrem.c SRCS+= strlcpy.c .PATH: ${SADIR}/libsa -SRCS+= loadfile.c elf64.c elf32.c +SRCS+= loadfile.c arc4.c elf64.c elf32.c .if ${SOFTRAID:L} == "yes" SRCS+= softraid_amd64.c |