Add intro(9).

This commit is contained in:
jeremy 1997-05-22 03:46:33 +00:00
parent a9f5946c00
commit dcfd9aaa8a
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.21 1997/05/21 22:45:16 jeremy Exp $
# $NetBSD: Makefile,v 1.22 1997/05/22 03:46:33 jeremy Exp $
# Makefile for section 9 (kernel function and variable) manual pages.
MAN= access.9 arp.9 copy.9 cpu_reboot.9 ctxsw.9 \
disk.9 disklabel.9 doshutdownhooks.9 \
extent.9 fetch.9 inittodr.9 log.9 malloc.9 panic.9 pfil.9 physio.9 \
psignal.9 resettodr.9 shutdownhook_establish.9 sleep.9 spl.9 \
extent.9 fetch.9 inittodr.9 intro.9 log.9 malloc.9 panic.9 pfil.9 \
physio.9 psignal.9 resettodr.9 shutdownhook_establish.9 sleep.9 spl.9 \
store.9 time.9 timeout.9 vslock.9
MLINKS+=arp.9 arp_ifinit.9 arp.9 arpresolve.9 arp.9 arpintr.9
MLINKS+=access.9 kernacc.9 access.9 useracc.9