From 8eb5b197f18036b935540ea332ee653546065436 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 5 Apr 2001 07:47:06 +0000 Subject: [PATCH] Unbreak world. Submitted by: jhay --- lib/libc/posix1e/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/posix1e/Makefile.inc b/lib/libc/posix1e/Makefile.inc index 7466dc9a3510..af241562001c 100644 --- a/lib/libc/posix1e/Makefile.inc +++ b/lib/libc/posix1e/Makefile.inc @@ -34,7 +34,7 @@ SRCS+= acl_calc_mask.c \ .if ${LIB} == "c" -MAN= acl.3 \ +MAN+= acl.3 \ acl_add_perm.3 \ acl_calc_mask.3 \ acl_clear_perms.3 \