diff options
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: |