freebsd-skq/lib/libc/posix1e/Makefile
rwatson 4f34910f07 A few more touchups:
- 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)
2000-01-26 16:15:48 +00:00

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>