diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-04-28 14:45:09 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-04-28 14:45:09 +0000 |
commit | 66e6838b3244fbc75d49a02f5e3f250c02eadcbd (patch) | |
tree | bed6fd305f885d279db18649a01177250cc85b6c /share/man/man8 | |
parent | e4521da56d5e4fd33ac64830fd749649c4be9925 (diff) |
add a Makefile for riscv64 man8
Diffstat (limited to 'share/man/man8')
-rw-r--r-- | share/man/man8/man8.riscv64/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/share/man/man8/man8.riscv64/Makefile b/share/man/man8/man8.riscv64/Makefile new file mode 100644 index 00000000000..be7a2c4e928 --- /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> |