diff options
author | 2013-09-10 21:00:26 +0000 | |
---|---|---|
committer | 2013-09-10 21:00:26 +0000 | |
commit | 1d7473508dab09fd0adbe668be4e6921d50895df (patch) | |
tree | 822e618633bffa09ce7acbbc6e6223928da44ad8 | |
parent | Move the chown and chmod out of copydotfiles() and add an explicit (diff) | |
download | wireguard-openbsd-1d7473508dab09fd0adbe668be4e6921d50895df.tar.xz wireguard-openbsd-1d7473508dab09fd0adbe668be4e6921d50895df.zip |
fix typos for additional functions
-rw-r--r-- | sys/arch/zaurus/stand/zboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/zaurus/stand/zboot/Makefile b/sys/arch/zaurus/stand/zboot/Makefile index 916c9de4b17..c89143ebc3c 100644 --- a/sys/arch/zaurus/stand/zboot/Makefile +++ b/sys/arch/zaurus/stand/zboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2013/08/19 13:06:38 matthieu Exp $ +# $OpenBSD: Makefile,v 1.13 2013/09/10 21:00:26 deraadt Exp $ MAN= boot.8 MANSUBDIR=zaurus @@ -30,7 +30,7 @@ SRCS+= close.c closeall.c cons.c ctime.c disklabel.c dkcksum.c fstat.c \ .PATH: ${S}/lib/libkern/arch/arm ${S}/lib/libkern SRCS+= strcmp.c strlcpy.c strlen.c strncmp.c strncpy.c write.c \ - ashrdi3.c divsi3.S divdi3 moddi3 qdivrem + ashrdi3.c divsi3.S divdi3.c moddi3.c qdivrem.c # local overrides and additions SRCS+= alloc.c cmd.c devopen.c diskprobe.c exec.c exit.c loadfile.c \ |