summaryrefslogtreecommitdiffstats
path: root/bin/setfacl/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* style.Makefile(5)obrien2004-06-131-2/+2
|
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyobrien2001-12-041-2/+0
| | | | | | set WARNS=0. Reviewed by: mike
* WARNS= -> WARNS?=dd2001-06-221-1/+1
| | | | Submitted by: Mike Barcroft <mike@q9media.com>
* Silence WARNS=2 and BDECFLAGS on alpha and i386kris2001-05-201-0/+2
| | | | MFC After: 1 week
* setfacl and getfacl no longer need to link against libposix1e, since ittmm2001-04-041-2/+0
| | | | | | | has been integrated into libc. Approved by: rwatson Obtained from: TrustedBSD Project
* Remove extra CFLAGSjedgar2001-03-201-2/+1
| | | | | | Add DPADD Submitted by: bde
* Remove 'NOSHARED=yes' (../Makefile.inc already sets this)jedgar2001-03-191-2/+0
|
* o POSIX.2c Userland tool support for POSIX.1e ACLs -- getfacl retrieves ACLsrwatson2001-03-191-0/+11
from files and directories, and setfacl sets ACLs on files and directories. Submitted by: jedgar Obtained from: TrustedBSD Project
OpenPOWER on IntegriCloud