diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-18 01:51:12 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-18 01:51:12 +0000 |
commit | d7c95908d65ba145cf809fe06510f7df98f330ff (patch) | |
tree | b34cbdb1c85dcff47aac23f4e5a735c0675ec0b1 /share/man/man9 | |
parent | 07014cd76d2b770084f6478412f61978118309ce (diff) |
malloc(9) man page wasn't being built; shinobi@monkey.org
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 9fd67fbf7c7..4f0f7fe501e 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 1997/05/29 15:26:27 kstailey Exp $ +# $OpenBSD: Makefile,v 1.8 1999/06/18 01:51:11 aaron Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. MAN= boot.9 copy.9 disk.9 doshutdownhooks.9 fetch.9 intro.9 inittodr.9 \ - md5.9 panic.9 resettodr.9 random.9 shutdownhook_establish.9 spl.9 \ - store.9 time.9 vm_allocate.9 vm_map_copy.9 vm_deallocate.9 \ + malloc.9 md5.9 panic.9 resettodr.9 random.9 shutdownhook_establish.9 \ + spl.9 store.9 time.9 vm_allocate.9 vm_map_copy.9 vm_deallocate.9 \ vm_map_inherit.9 vm_map_protect.9 MLINKS+=shutdownhook_establish.9 shutdownhook_disestablish.9 |