diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-06-29 22:03:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-06-29 22:03:31 +0000 |
commit | fe7a66f6994fa874f35e80396ed9572f7ea57935 (patch) | |
tree | e81d3a612e6f7a17c0cecfcf98484f814a9da923 /etc/etc.riscv64 | |
parent | 78e500f4102f9b0889d2e19146160819cd49731a (diff) |
build bsd.mp
Diffstat (limited to 'etc/etc.riscv64')
-rw-r--r-- | etc/etc.riscv64/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.riscv64/Makefile.inc b/etc/etc.riscv64/Makefile.inc index 6ebfee16219..145db2527c8 100644 --- a/etc/etc.riscv64/Makefile.inc +++ b/etc/etc.riscv64/Makefile.inc @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile.inc,v 1.1 2021/04/28 03:26:25 drahn Exp $ +# $OpenBSD: Makefile.inc,v 1.2 2021/06/29 22:03:30 deraadt Exp $ -KERNELS += +KERNELS += GENERIC.MP bsd.mp bootblocks: cp -p ${DESTDIR}/usr/mdec/BOOTRISCV64.EFI ${RELEASEDIR} |