aboutsummaryrefslogtreecommitdiff
path: root/bin/setfacl/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Explicitly add unmarked bin/ binaries to the runtime package.Glen Barber2016-02-091-0/+1
| | | | | | | | | | | Note: tcsh(1) has a MK_TCSH=no test, so this should be a separate package, which requires pre-install/post-install scripts, to be added later. Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=295439
* style.Makefile(5)David E. O'Brien2004-06-131-2/+2
| | | | Notes: svn path=/head/; revision=130426
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyDavid E. O'Brien2001-12-041-2/+0
| | | | | | | | | set WARNS=0. Reviewed by: mike Notes: svn path=/head/; revision=87323
* WARNS= -> WARNS?=Dima Dorfman2001-06-221-1/+1
| | | | | | | Submitted by: Mike Barcroft <mike@q9media.com> Notes: svn path=/head/; revision=78624
* Silence WARNS=2 and BDECFLAGS on alpha and i386Kris Kennaway2001-05-201-0/+2
| | | | | | | MFC After: 1 week Notes: svn path=/head/; revision=76881
* setfacl and getfacl no longer need to link against libposix1e, since itThomas Moestl2001-04-041-2/+0
| | | | | | | | | | has been integrated into libc. Approved by: rwatson Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=75189
* Remove extra CFLAGSChris D. Faulhaber2001-03-201-2/+1
| | | | | | | | | Add DPADD Submitted by: bde Notes: svn path=/head/; revision=74506
* Remove 'NOSHARED=yes' (../Makefile.inc already sets this)Chris D. Faulhaber2001-03-191-2/+0
| | | | Notes: svn path=/head/; revision=74489
* o POSIX.2c Userland tool support for POSIX.1e ACLs -- getfacl retrieves ACLsRobert Watson2001-03-191-0/+11
from files and directories, and setfacl sets ACLs on files and directories. Submitted by: jedgar Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=74465