diff options
author | 2019-12-01 04:49:29 +0000 | |
---|---|---|
committer | 2019-12-01 04:49:29 +0000 | |
commit | 76acbd8d6514ed1d5da1d504c47041c63d1e2b35 (patch) | |
tree | 036036d0fc9e9fcb1493c686ac5172b4037b39de | |
parent | sync (diff) | |
download | wireguard-openbsd-76acbd8d6514ed1d5da1d504c47041c63d1e2b35.tar.xz wireguard-openbsd-76acbd8d6514ed1d5da1d504c47041c63d1e2b35.zip |
this hexdump tie-in is incorrect, disable for now
-rw-r--r-- | sys/arch/octeon/stand/rdboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/octeon/stand/rdboot/Makefile b/sys/arch/octeon/stand/rdboot/Makefile index e52b5bc75e8..841c363ed60 100644 --- a/sys/arch/octeon/stand/rdboot/Makefile +++ b/sys/arch/octeon/stand/rdboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2019/11/28 00:17:12 bluhm Exp $ +# $OpenBSD: Makefile,v 1.5 2019/12/01 04:49:29 deraadt Exp $ NOMAN= @@ -12,7 +12,7 @@ NOPROG= .endif .PATH: ${S}/lib/libsa -SRCS+= hexdump.c strtoll.c +#SRCS+= hexdump.c strtoll.c install: |