diff options
author | Mike Pritchard <mpp@FreeBSD.org> | 1997-02-13 17:04:17 +0000 |
---|---|---|
committer | Mike Pritchard <mpp@FreeBSD.org> | 1997-02-13 17:04:17 +0000 |
commit | c5205e865bb00b31744581f3e99b2f844b032b75 (patch) | |
tree | 1beb8d674b083556840862931b707e7c5545f82c /share/man/man9 | |
parent | 972af13e36ae45a944b1f11f314074ed3d35efbf (diff) |
Notes
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index c86809624741..2f67ed4a2f88 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.11 1996/10/08 20:25:36 wollman Exp $ +# $Id: Makefile,v 1.11.2.1 1997/02/09 20:34:08 joerg Exp $ MAN9= at_shutdown.9 at_fork.9 at_exit.9 copy.9 devfs_add_devswf.9 cd.9 \ - devfs_link.9 fetch.9 intro.9 rtalloc.9 rtentry.9 scsiconf.9 sd.9 \ - sleep.9 spl.9 st.9 store.9 style.9 timeout.9 uio.9 + devfs_link.9 fetch.9 intro.9 panic.9 rtalloc.9 rtentry.9 scsiconf.9 \ + sd.9 sleep.9 spl.9 st.9 store.9 style.9 timeout.9 uio.9 MLINKS+= copy.9 copyin.9 copy.9 copyout.9 copy.9 copystr.9 copy.9 copyinstr.9 MLINKS+= fetch.9 fubyte.9 fetch.9 fusword.9 fetch.9 fuswintr.9 fetch.9 fuword.9 |