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:
Thomas Moestl 2001-04-04 18:20:08 +00:00
parent 8b28ef9528
commit 843f999ce2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75189
2 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,5 @@
# $FreeBSD$
PROG= getfacl
LDADD= -lposix1e
DPADD= ${LIBPOSIX1E}
.include <bsd.prog.mk>

View File

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