diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2002-06-12 02:39:29 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2002-06-12 02:39:29 +0000 |
commit | 0f0068b3a307f35531b4f547da5b4dad76494670 (patch) | |
tree | 58e771bf52c2970a06e7ac2576ee12497b446ebd /share/man/man9 | |
parent | b8fb75072b0f43f7d5052a252ad37baf90241012 (diff) |
oops. forgot to add lock to Makefile
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 919fb40020b..0f45024006d 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.50 2002/05/26 09:32:58 deraadt Exp $ +# $OpenBSD: Makefile,v 1.51 2002/06/12 02:39:28 provos Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -9,7 +9,7 @@ MAN= altq.9 audio.9 boot.9 bus_dma.9 bus_space.9 copy.9 crypto.9 ctxsw.9 \ extattr.9 \ fetch.9 fork1.9 extent.9 getdevvp.9 getnewvnode.9 \ hardclock.9 hook_establish.9 hz.9 hzto.9 intro.9 inittodr.9 log.9 \ - kthread.9 malloc.9 mbuf.9 mbuf_tags.9 md5.9 microtime.9 \ + kthread.9 lock.9 malloc.9 mbuf.9 mbuf_tags.9 md5.9 microtime.9 \ panic.9 pfind.9 physio.9 \ pool.9 powerhook_establish.9 ppsratecheck.9 printf.9 psignal.9 \ ratecheck.9 resettodr.9 radio.9 random.9 \ |