diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2023-07-08 10:19:20 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2023-07-08 10:19:20 +0000 |
commit | ee55b9bd8d00c2bf70a6694e91f8ea4aa3fc0fb8 (patch) | |
tree | 58eaae2ca6378bf5a8c417daded3c0e7c788ca1b /share | |
parent | 720ab992530d680e5f0b36ba1ca64659cfe88f9f (diff) |
stfpcie(4) and stfpciephy(4)
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.riscv64/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man4/man4.riscv64/Makefile b/share/man/man4/man4.riscv64/Makefile index 188cd1920c1..73a91e7c8b9 100644 --- a/share/man/man4/man4.riscv64/Makefile +++ b/share/man/man4/man4.riscv64/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.9 2022/06/08 10:49:08 kettenis Exp $ +# $OpenBSD: Makefile,v 1.10 2023/07/08 10:19:19 kettenis Exp $ MAN= intro.4 mpfclock.4 mpfgpio.4 mpfiic.4 plic.4 \ - sfcc.4 sfclock.4 sfgpio.4 sfuart.4 stfclock.4 stfpinctrl.4 + sfcc.4 sfclock.4 sfgpio.4 sfuart.4 \ + stfclock.4 stfpcie.4 stfpciephy.4 stfpinctrl.4 MANSUBDIR=riscv64 |