summaryrefslogtreecommitdiffstats
path: root/lib/libposix1e
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2000-01-15 23:33:49 +0000
committerrwatson <rwatson@FreeBSD.org>2000-01-15 23:33:49 +0000
commite48c1317b161e55324caf61e9cb90b031467123a (patch)
treebee1568473d1bcb0a5d72f8b1196d4fdcf017f72 /lib/libposix1e
parentc1cdace3dadb6dc69e19cc988dc4347ec527a85a (diff)
downloadFreeBSD-src-e48c1317b161e55324caf61e9cb90b031467123a.zip
FreeBSD-src-e48c1317b161e55324caf61e9cb90b031467123a.tar.gz
Oops, didn't commit the Makefile for libposix1e--this should fix build
problems. Reviewed by: eivind
Diffstat (limited to 'lib/libposix1e')
-rw-r--r--lib/libposix1e/Makefile15
1 files changed, 15 insertions, 0 deletions
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