diff options
author | 2017-07-17 13:46:53 +0000 | |
---|---|---|
committer | 2017-07-17 13:46:53 +0000 | |
commit | 0c0d50a7f61d88836c32848d2bdb0836509c921d (patch) | |
tree | 1ecc873134f0a9b15d5ea70ddd67fe6f6a0dd17f | |
parent | Optimize and simplify the selection of the latest library version in (diff) | |
download | wireguard-openbsd-0c0d50a7f61d88836c32848d2bdb0836509c921d.tar.xz wireguard-openbsd-0c0d50a7f61d88836c32848d2bdb0836509c921d.zip |
Use .c instead of .o here too.
ok espie@
-rw-r--r-- | sys/arch/arm64/stand/efiboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arm64/stand/efiboot/Makefile b/sys/arch/arm64/stand/efiboot/Makefile index 6b0c6284d33..324528d3c8e 100644 --- a/sys/arch/arm64/stand/efiboot/Makefile +++ b/sys/arch/arm64/stand/efiboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/12/17 23:38:33 patrick Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/17 13:46:53 kettenis Exp $ NOMAN= # @@ -22,7 +22,7 @@ LDFLAGS+=-nostdlib -T ${.CURDIR}/ldscript.arm64 -Bsymbolic -shared SRCS+= boot.c cmd.c vars.c .PATH: ${S}/lib/libsa -SRCS+= alloc.c ctime.c exit.c getchar.c memcmp.o memcpy.o memmove.c memset.c \ +SRCS+= alloc.c ctime.c exit.c getchar.c memcmp.c memcpy.c memmove.c memset.c \ printf.c putchar.c snprintf.c strchr.c strcmp.c strerror.c strncmp.c \ strncpy.c strtol.c SRCS+= close.c closeall.c cons.c cread.c dev.c disklabel.c dkcksum.c fstat.c \ |