summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e/Makefile.inc
diff options
context:
space:
mode:
authortmm <tmm@FreeBSD.org>2001-04-04 18:00:52 +0000
committertmm <tmm@FreeBSD.org>2001-04-04 18:00:52 +0000
commit66e9b0f2f272b9924277c565862d88840df65db1 (patch)
treec54db4a0b05113a4e89cac9f26c2b5a273c90300 /lib/libc/posix1e/Makefile.inc
parent91f585bdaf293543608b1f2847857c716f49165d (diff)
downloadFreeBSD-src-66e9b0f2f272b9924277c565862d88840df65db1.zip
FreeBSD-src-66e9b0f2f272b9924277c565862d88840df65db1.tar.gz
Prepare for the inclusion of libposix1e into libc: retire the old
Makefile, add Makefile.inc needed for libc build; add #include "namespace.h"/#include "un-namespace.h" pairs around the includes of sys/acl.h and sys/capability.h, and an additional underscore in front of the functions that will be overridden in libc_r. Approved by: rwatson Obtained from: TrustedBSD Project
Diffstat (limited to 'lib/libc/posix1e/Makefile.inc')
-rw-r--r--lib/libc/posix1e/Makefile.inc84
1 files changed, 84 insertions, 0 deletions
diff --git a/lib/libc/posix1e/Makefile.inc b/lib/libc/posix1e/Makefile.inc
new file mode 100644
index 0000000..fd4d8d1
--- /dev/null
+++ b/lib/libc/posix1e/Makefile.inc
@@ -0,0 +1,84 @@
+# $FreeBSD$
+
+MAINTAINER= rwatson@FreeBSD.org
+
+.PATH: ${.CURDIR}/../libc/posix1e
+
+SRCS+= acl_calc_mask.c \
+ acl_copy.c \
+ acl_delete.c \
+ acl_delete_entry.c \
+ acl_entry.c \
+ acl_free.c \
+ acl_from_text.c \
+ acl_get.c \
+ acl_init.c \
+ acl_perm.c \
+ acl_set.c \
+ acl_support.c \
+ acl_to_text.c \
+ acl_valid.c \
+ cap_clear.c \
+ cap_dup.c \
+ cap_free.c \
+ cap_get_fd.c \
+ cap_get_file.c \
+ cap_get_flag.c \
+ cap_get_proc.c \
+ cap_init.c \
+ cap_set_fd.c \
+ cap_set_file.c \
+ cap_set_flag.c \
+ cap_set_proc.c \
+ cap_text.c
+
+.if ${LIB} == "c"
+
+MAN= acl.3 \
+ acl_add_perm.3 \
+ acl_calc_mask.3 \
+ acl_clear_perms.3 \
+ acl_copy_entry.3 \
+ acl_delete.3 \
+ acl_delete_entry.3 \
+ acl_delete_perm.3 \
+ acl_dup.3 \
+ acl_free.3 \
+ acl_from_text.3 \
+ acl_get.3 \
+ acl_get_permset.3 \
+ acl_get_qualifier.3 \
+ acl_get_tag_type.3 \
+ acl_init.3 \
+ acl_set.3 \
+ acl_set_permset.3 \
+ acl_set_qualifier.3 \
+ acl_set_tag_type.3 \
+ acl_to_text.3 \
+ acl_valid.3 \
+ cap.3 \
+ cap_clear.3 \
+ cap_dup.3 \
+ cap_free.3 \
+ cap_from_text.3 \
+ cap_get_flag.3 \
+ cap_get_proc.3 \
+ cap_init.3 \
+ cap_set_flag.3 \
+ cap_set_proc.3 \
+ cap_to_text.3 \
+ posix1e.3
+
+MLINKS+=acl_delete.3 acl_delete_def_file.3 \
+ acl_delete.3 acl_delete_file_np.3 \
+ acl_delete.3 acl_delete_fd_np.3 \
+ acl_get.3 acl_get_file.3 \
+ acl_get.3 acl_get_fd.3 \
+ acl_get.3 acl_get_fd_np.3 \
+ acl_set.3 acl_set_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
+
+.endif
OpenPOWER on IntegriCloud