1996-01-09 04:44:42 +03:00
|
|
|
# $NetBSD: Makefile,v 1.3 1996/01/09 01:44:42 thorpej Exp $
|
1995-11-26 00:24:47 +03:00
|
|
|
|
|
|
|
# Makefile for section 9 (kernel function and variable) manual pages.
|
|
|
|
|
1996-01-09 04:44:42 +03:00
|
|
|
MAN= boot.9 copy.9 disk.9 doshutdownhooks.9 inittodr.9 resettodr.9 \
|
1995-11-26 00:24:47 +03:00
|
|
|
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
|
1996-01-09 04:44:42 +03:00
|
|
|
MLINKS+=copy.9 copyin.9 copy.9 copyout.9 copy.9 copystr.9 \
|
|
|
|
copy.9 copyinstr.9 copy.9 copyoutstr.9
|
1996-01-09 04:07:35 +03:00
|
|
|
MLINKS+=disk.9 disk_init.9 disk.9 disk_attach.9 disk.9 disk_detatch.9 \
|
|
|
|
disk.9 disk_busy.9 disk.9 disk_unbusy.9 disk.9 disk_find.9 \
|
|
|
|
disk.9 disk_resetstat.9
|
1995-11-26 00:24:47 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|