4e41b85beb
Section 9 man pages document the internals of the kernel.
11 lines
371 B
Makefile
11 lines
371 B
Makefile
# $NetBSD: Makefile,v 1.1 1995/11/25 21:24:47 perry Exp $
|
|
|
|
# Makefile for section 9 (kernel function and variable) manual pages.
|
|
|
|
MAN= boot.9 doshutdownhooks.9 inittodr.9 resettodr.9 \
|
|
shutdownhook_establish.9 time.9
|
|
MLINKS+=shutdownhook_establish.9 shutdownhook_disestablish.9
|
|
MLINKS+=time.9 boottime.9 time.9 mono_time.9 time.9 runtime.9
|
|
|
|
.include <bsd.prog.mk>
|