artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13218de
)
add a Makefile for riscv64 man8
author
jsg
<jsg@openbsd.org>
Wed, 28 Apr 2021 14:45:08 +0000
(14:45 +0000)
committer
jsg
<jsg@openbsd.org>
Wed, 28 Apr 2021 14:45:08 +0000
(14:45 +0000)
share/man/man8/man8.riscv64/Makefile
[new file with mode: 0644]
patch
|
blob
diff --git a/share/man/man8/man8.riscv64/Makefile
b/share/man/man8/man8.riscv64/Makefile
new file mode 100644
(file)
index 0000000..
be7a2c4
--- /dev/null
+++ b/
share/man/man8/man8.riscv64/Makefile
@@ -0,0
+1,6
@@
+# $OpenBSD: Makefile,v 1.1 2021/04/28 14:45:08 jsg Exp $
+
+MAN= MAKEDEV.8
+MANSUBDIR=riscv64
+
+.include <bsd.prog.mk>