diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-07-02 03:10:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-07-02 03:10:20 +0000 |
commit | 293c1a53d44a171293b67f174134f7f4417c5e6a (patch) | |
tree | 1c0c1d7c08e8c1a3990c185ad2b776c0cae4ecd0 /sys/arch | |
parent | 303803a6f99a95bc6183cd0e09fe8a01ae84fd30 (diff) |
__remq.S will be needed soon.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/stand/netboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/stand/netboot/Makefile b/sys/arch/alpha/stand/netboot/Makefile index 766ed70d960..67ed1f3c147 100644 --- a/sys/arch/alpha/stand/netboot/Makefile +++ b/sys/arch/alpha/stand/netboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2019/10/29 02:55:50 deraadt Exp $ +# $OpenBSD: Makefile,v 1.18 2021/07/02 03:10:19 deraadt Exp $ # $NetBSD: Makefile,v 1.11 1997/04/17 07:27:50 thorpej Exp $ S= ${.CURDIR}/../../../.. @@ -21,7 +21,7 @@ BOOT_RELOC = ${PRIMARY_LOAD_ADDRESS} CLEANFILES+= vers.c vers.o ${PROG}.sym ${PROG}.nosym .PATH: ${S}/lib/libkern/arch/alpha ${S}/lib/libkern -SRCS+= bzero.c __divqu.S strlen.c __remqu.S __remlu.S +SRCS+= bzero.c __divqu.S strlen.c __remqu.S __remq.S __remlu.S .PATH: ${S}/lib/libkern/arch/alpha ${S}/lib/libsa SRCS+= loadfile.c arc4.c |