diff options
Diffstat (limited to 'static/freebsd')
| -rw-r--r-- | static/freebsd/man2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/freebsd/man2/Makefile b/static/freebsd/man2/Makefile new file mode 100644 index 00000000..b938fb36 --- /dev/null +++ b/static/freebsd/man2/Makefile @@ -0,0 +1,3 @@ +MAN = $(wildcard *.2) + +include ../../mandoc.mk |
