diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 16:08:12 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 16:08:12 -0400 |
| commit | b9cde963555b6519c5dbd34a39dee3418f593437 (patch) | |
| tree | 453accad3c3286e3416d4160de4a87223aff684c /static/freebsd/man9/Makefile | |
| parent | 5cb84ec742fd33f78c8022863fadaa8d0d93e176 (diff) | |
feat: Added FreeBSD man pages
Diffstat (limited to 'static/freebsd/man9/Makefile')
| -rw-r--r-- | static/freebsd/man9/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/freebsd/man9/Makefile b/static/freebsd/man9/Makefile new file mode 100644 index 00000000..740d316d --- /dev/null +++ b/static/freebsd/man9/Makefile @@ -0,0 +1,3 @@ +MAN = $(wildcard *.9) + +include ../../mandoc.mk |
