4f34910f07
- clean up unneeded AFS ID type - Add Coda, NTFS, NWFS ACL types - Add acl_dup() prototype - Remove acl_calc_mask, which belongs in the editing library - Introduce posix1e.3, a man page introducing POSIX.1e library calls (more man pages to follow)
17 lines
224 B
Makefile
17 lines
224 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= posix1e
|
|
SRCS+= 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
|
|
|
|
MAN3= posix1e.3
|
|
|
|
.include <bsd.lib.mk>
|