diff options
author | Kenji Aoyama <aoyama@cvs.openbsd.org> | 2019-12-10 11:28:14 +0000 |
---|---|---|
committer | Kenji Aoyama <aoyama@cvs.openbsd.org> | 2019-12-10 11:28:14 +0000 |
commit | a4ece4df2fafbb7864f6d7742eadd2436b8f0800 (patch) | |
tree | 3cc1adceb4e438979a4ffb2bdd57b3b0b5c547b7 /sys | |
parent | 7afbe7617849608e8392c001109362af41ee54a3 (diff) |
Like other architectures, luna88k bootloader also needs arc4.c.
ok guenther@, "your choice" deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/luna88k/stand/boot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/luna88k/stand/boot/Makefile b/sys/arch/luna88k/stand/boot/Makefile index c676e9762ed..0f79a1e1692 100644 --- a/sys/arch/luna88k/stand/boot/Makefile +++ b/sys/arch/luna88k/stand/boot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2019/05/09 12:50:03 aoyama Exp $ +# $OpenBSD: Makefile,v 1.12 2019/12/10 11:28:13 aoyama Exp $ # $NetBSD: Makefile,v 1.9 2013/01/22 15:48:40 tsutsui Exp $ # @(#)Makefile 8.2 (Berkeley) 8/15/93 @@ -48,7 +48,7 @@ SRCS+= muldi3.c negdi2.c ashldi3.c ashrdi3.c ### find out what to use for libsa .PATH: ${S}/lib/libsa -SRCS+= strtol.c +SRCS+= arc4.c strtol.c SAREL= SADST= ${.CURDIR}/${__objdir} |