Oops, didn't commit the Makefile for libposix1e--this should fix build

problems.

Reviewed by:	eivind
This commit is contained in:
Robert Watson 2000-01-15 23:33:49 +00:00
parent 99e6f41350
commit 97bc38d8ca
2 changed files with 30 additions and 0 deletions

15
lib/libc/posix1e/Makefile Normal file
View File

@ -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>

15
lib/libposix1e/Makefile Normal file
View File

@ -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>