summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libc/posix1e/Makefile15
-rw-r--r--lib/libposix1e/Makefile15
2 files changed, 30 insertions, 0 deletions
diff --git a/lib/libc/posix1e/Makefile b/lib/libc/posix1e/Makefile
new file mode 100644
index 0000000..e31e7d6
--- /dev/null
+++ b/lib/libc/posix1e/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+LIB= posix1e
+SRCS+= acl_calc_mask.c \
+ acl_delete.c \
+ acl_free.c \
+ acl_from_text.c \
+ acl_get.c \
+ acl_init.c \
+ acl_set.c \
+ acl_support.c \
+ acl_to_text.c \
+ acl_valid.c
+
+.include <bsd.lib.mk>
diff --git a/lib/libposix1e/Makefile b/lib/libposix1e/Makefile
new file mode 100644
index 0000000..e31e7d6
--- /dev/null
+++ b/lib/libposix1e/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+LIB= posix1e
+SRCS+= acl_calc_mask.c \
+ acl_delete.c \
+ acl_free.c \
+ acl_from_text.c \
+ acl_get.c \
+ acl_init.c \
+ acl_set.c \
+ acl_support.c \
+ acl_to_text.c \
+ acl_valid.c
+
+.include <bsd.lib.mk>
OpenPOWER on IntegriCloud