diff options
Diffstat (limited to 'static/netbsd/man8/Makefile')
| -rw-r--r-- | static/netbsd/man8/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/static/netbsd/man8/Makefile b/static/netbsd/man8/Makefile new file mode 100644 index 00000000..974dbe8e --- /dev/null +++ b/static/netbsd/man8/Makefile @@ -0,0 +1,33 @@ +MAN = $(wildcard *.8) + +SUBDIRS = man8.acorn32 \ + man8.alpha \ + man8.amiga \ + man8.atari \ + man8.cobalt \ + man8.dreamcast \ + man8.emips \ + man8.evbarm \ + man8.hp300 \ + man8.hpcarm \ + man8.hpcmips \ + man8.hpcsh \ + man8.hppa \ + man8.mac68k \ + man8.macppc \ + man8.mvme68k \ + man8.next68k \ + man8.pmax \ + man8.prep \ + man8.sandpoint \ + man8.sgimips \ + man8.sparc \ + man8.sparc64 \ + man8.sun2 \ + man8.sun3 \ + man8.vax \ + man8.x68k \ + man8.x86 + +include ../../mandoc.mk + |
