diff options
Diffstat (limited to 'static/openbsd/man8/Makefile')
| -rw-r--r-- | static/openbsd/man8/Makefile | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/static/openbsd/man8/Makefile b/static/openbsd/man8/Makefile new file mode 100644 index 00000000..1c7f17a8 --- /dev/null +++ b/static/openbsd/man8/Makefile @@ -0,0 +1,39 @@ +MAN = afterboot.8 \ + autoinstall.8 \ + boot_config.8 \ + bulk.8 \ + crash.8 \ + daily.8 \ + diskless.8 \ + genassym.sh.8 \ + intro.8 \ + netstart.8 \ + rc.8 \ + rc.conf.8 \ + rc.d.8 \ + rc.shutdown.8 \ + rc.subr.8 \ + release.8 \ + security.8 \ + ssl.8 \ + starttls.8 \ + sticky.8 \ + yp.8 + +SUBDIRS = man8.alpha \ + man8.amd64 \ + man8.arm64 \ + man8.armv7 \ + man8.hppa \ + man8.i386 \ + man8.landisk \ + man8.loongson \ + man8.luna88k \ + man8.macppc \ + man8.octeon \ + man8.powerpc64 \ + man8.riscv64 \ + man8.sparc64 + +include ../../mandoc.mk + |
