diff options
| author | Thomas Moestl <tmm@FreeBSD.org> | 2001-04-04 18:20:08 +0000 |
|---|---|---|
| committer | Thomas Moestl <tmm@FreeBSD.org> | 2001-04-04 18:20:08 +0000 |
| commit | 843f999ce269739c02434f600bdf02183cdc3b8a (patch) | |
| tree | 88ec199741307dfd6901762b67a2654df5e6728d /bin | |
| parent | 8b28ef95280c56bcdc893923c5325d9f4b61d1e5 (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/getfacl/Makefile | 2 | ||||
| -rw-r--r-- | bin/setfacl/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/bin/getfacl/Makefile b/bin/getfacl/Makefile index 4c2578cfe0d08..b7b5e983a530e 100644 --- a/bin/getfacl/Makefile +++ b/bin/getfacl/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ PROG= getfacl -LDADD= -lposix1e -DPADD= ${LIBPOSIX1E} .include <bsd.prog.mk> diff --git a/bin/setfacl/Makefile b/bin/setfacl/Makefile index 6c4f9a9487cd8..ff67650ef8fa6 100644 --- a/bin/setfacl/Makefile +++ b/bin/setfacl/Makefile @@ -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> |
