From b60ff880f840359d335fac4cc8b5f485740bea85 Mon Sep 17 00:00:00 2001 From: bluhm Date: Thu, 10 Mar 2022 15:19:01 +0000 Subject: [PATCH] Forgot makefile for atomic_load_int.9 in previous commit. --- share/man/man9/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index a04e8add7f5..4a749fe6719 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.306 2020/08/01 08:40:20 anton Exp $ +# $OpenBSD: Makefile,v 1.307 2022/03/10 15:19:01 bluhm 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= aml_evalnode.9 atomic_add_int.9 atomic_cas_uint.9 \ - atomic_dec_int.9 atomic_inc_int.9 atomic_setbits_int.9 \ - atomic_sub_int.9 atomic_swap_uint.9 \ + atomic_dec_int.9 atomic_inc_int.9 atomic_load_int.9 \ + atomic_setbits_int.9 atomic_sub_int.9 atomic_swap_uint.9 \ audio.9 autoconf.9 \ bemtoh32.9 bio_register.9 bintimeadd.9 boot.9 bpf_mtap.9 buffercache.9 \ bufq_init.9 bus_dma.9 bus_space.9 \ -- 2.20.1