diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-12-01 04:49:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-12-01 04:49:30 +0000 |
commit | 23bffcaf0663171c465317052aa2c63453ed765e (patch) | |
tree | 4e9ed539e0ddbeb8cf36f7afcd3ea966f2a0a7af /sys | |
parent | c431cf1ca60fa3439af1401c51a6239b0981761d (diff) |
this hexdump tie-in is incorrect, disable for now
Diffstat (limited to 'sys')
-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: |