From c4e5554168456239d2a1cf6802af90efda7d7a60 Mon Sep 17 00:00:00 2001 From: rwatson Date: Sat, 1 Sep 2001 00:00:50 +0000 Subject: o Attach cap_cmp.c and cap_copy.c to the build. o Attach cap_copy_ext.3 and cap_copy_int.3 to the install, and link cap_size.3 to cap_copy_ext.3. Submitted by: tmm Obtained from: TrustedBSD Project --- lib/libc/posix1e/Makefile.inc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lib/libc/posix1e') diff --git a/lib/libc/posix1e/Makefile.inc b/lib/libc/posix1e/Makefile.inc index d7b4faa..7bdc2a2 100644 --- a/lib/libc/posix1e/Makefile.inc +++ b/lib/libc/posix1e/Makefile.inc @@ -19,6 +19,8 @@ SRCS+= acl_calc_mask.c \ acl_to_text.c \ acl_valid.c \ cap_clear.c \ + cap_cmp.c \ + cap_copy.c \ cap_dup.c \ cap_free.c \ cap_get_fd.c \ @@ -61,6 +63,8 @@ MAN+= acl.3 \ acl_valid.3 \ cap.3 \ cap_clear.3 \ + cap_copy_ext.3 \ + cap_copy_int.3 \ cap_dup.3 \ cap_free.3 \ cap_from_text.3 \ @@ -82,6 +86,7 @@ MLINKS+=acl_delete.3 acl_delete_def_file.3 \ acl_set.3 acl_set_fd.3 \ acl_set.3 acl_set_fd_np.3 \ acl_valid.3 acl_valid_file_np.3 \ - acl_valid.3 acl_valid_fd_np.3 + acl_valid.3 acl_valid_fd_np.3 \ + cap_copy_ext.3 cap_size.3 .endif -- cgit v1.1