summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e/Makefile.inc
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-11-16 05:09:45 +0000
committerrwatson <rwatson@FreeBSD.org>2001-11-16 05:09:45 +0000
commita86bfc340fa6d59d378406c9073ccc9979d64df3 (patch)
treeda5a6e1b6de0b5a89bdfdc3d19709e956fa1ca1f /lib/libc/posix1e/Makefile.inc
parent25d4f2e1accc74ecf87422a64407d091b2c5fc9f (diff)
downloadFreeBSD-src-a86bfc340fa6d59d378406c9073ccc9979d64df3.zip
FreeBSD-src-a86bfc340fa6d59d378406c9073ccc9979d64df3.tar.gz
o Reflect repo-copy of extattr.[c3] from libutil to libc, moving
extattr namespace routines to the libc/posix1e directory. While the extattr calls are not strictly POSIX.1e, POSIX.1e wasn't strictly ever approved, so I think that's OK. Obtained from: TrustedBSD Project
Diffstat (limited to 'lib/libc/posix1e/Makefile.inc')
-rw-r--r--lib/libc/posix1e/Makefile.inc8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libc/posix1e/Makefile.inc b/lib/libc/posix1e/Makefile.inc
index 7bdc2a2..8ef2e27 100644
--- a/lib/libc/posix1e/Makefile.inc
+++ b/lib/libc/posix1e/Makefile.inc
@@ -32,7 +32,8 @@ SRCS+= acl_calc_mask.c \
cap_set_file.c \
cap_set_flag.c \
cap_set_proc.c \
- cap_text.c
+ cap_text.c \
+ extattr.c
.if ${LIB} == "c"
@@ -74,6 +75,7 @@ MAN+= acl.3 \
cap_set_flag.3 \
cap_set_proc.3 \
cap_to_text.3 \
+ extattr.3 \
posix1e.3
MLINKS+=acl_delete.3 acl_delete_def_file.3 \
@@ -87,6 +89,8 @@ MLINKS+=acl_delete.3 acl_delete_def_file.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 \
- cap_copy_ext.3 cap_size.3
+ cap_copy_ext.3 cap_size.3 \
+ extattr.3 extattr_namespace_to_string.3 \
+ extattr.3 extattr_string_to_namespace.3
.endif
OpenPOWER on IntegriCloud