freebsd-dev/share/man/Makefile
Poul-Henning Kamp 0786f79c1f Add a section 9 about the kernel to out man pages.
Please help fill this out !
1995-12-14 10:08:31 +00:00

11 lines
212 B
Makefile

# @(#)Makefile 8.2 (Berkeley) 4/16/94
# XXX MISSING: man3f
SUBDIR= man1 man3 man4 man5 man7 man8 man9
makedb:
makewhatis ${DESTDIR}${BINDIR}/man
.include "${.CURDIR}/../Makefile.inc"
.include <bsd.subdir.mk>