diff options
author | phk <phk@FreeBSD.org> | 1995-12-14 10:08:31 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1995-12-14 10:08:31 +0000 |
commit | b27cc50120b4efd37d4d17910680b81d61d23173 (patch) | |
tree | 258484b6c9c74b7042d2988ae70fca17df85fad3 /share/man/Makefile | |
parent | 9cb413a93c0c68c45292e4086ffc7cc2f6d36d3e (diff) | |
download | FreeBSD-src-b27cc50120b4efd37d4d17910680b81d61d23173.zip FreeBSD-src-b27cc50120b4efd37d4d17910680b81d61d23173.tar.gz |
Add a section 9 about the kernel to out man pages.
Please help fill this out !
Diffstat (limited to 'share/man/Makefile')
-rw-r--r-- | share/man/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/Makefile b/share/man/Makefile index 8e8c272..7ce9e41 100644 --- a/share/man/Makefile +++ b/share/man/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.2 (Berkeley) 4/16/94 # XXX MISSING: man3f -SUBDIR= man1 man3 man4 man5 man7 man8 +SUBDIR= man1 man3 man4 man5 man7 man8 man9 makedb: makewhatis ${DESTDIR}${BINDIR}/man |