From e48c1317b161e55324caf61e9cb90b031467123a Mon Sep 17 00:00:00 2001 From: rwatson Date: Sat, 15 Jan 2000 23:33:49 +0000 Subject: Oops, didn't commit the Makefile for libposix1e--this should fix build problems. Reviewed by: eivind --- lib/libc/posix1e/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lib/libc/posix1e/Makefile (limited to 'lib/libc') 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 -- cgit v1.1