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
This commit is contained in:
parent
585514eb2d
commit
0e3adf0b58
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=82707
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user