setfacl and getfacl no longer need to link against libposix1e, since it
has been integrated into libc. Approved by: rwatson Obtained from: TrustedBSD Project
This commit is contained in:
parent
aaa63ce9a5
commit
0bc8c703ad
@ -1,7 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG= getfacl
|
||||
LDADD= -lposix1e
|
||||
DPADD= ${LIBPOSIX1E}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -2,7 +2,5 @@
|
||||
|
||||
PROG= setfacl
|
||||
SRCS= file.c mask.c merge.c remove.c setfacl.c util.c
|
||||
LDADD= -lposix1e
|
||||
DPADD= ${LIBPOSIX1E}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user