Oops, didn't commit the Makefile for libposix1e--this should fix build
problems. Reviewed by: eivind
This commit is contained in:
parent
99e6f41350
commit
97bc38d8ca
15
lib/libc/posix1e/Makefile
Normal file
15
lib/libc/posix1e/Makefile
Normal 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
15
lib/libposix1e/Makefile
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user