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