diff options
Diffstat (limited to 'static/openbsd/man8/Makefile')
| -rw-r--r-- | static/openbsd/man8/Makefile | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/static/openbsd/man8/Makefile b/static/openbsd/man8/Makefile index 1c7f17a8..4624476a 100644 --- a/static/openbsd/man8/Makefile +++ b/static/openbsd/man8/Makefile @@ -1,25 +1,4 @@ -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 - +MAN = $(wildcard *.8) SUBDIRS = man8.alpha \ man8.amd64 \ man8.arm64 \ @@ -36,4 +15,3 @@ SUBDIRS = man8.alpha \ man8.sparc64 include ../../mandoc.mk - |
