aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/acl_nfs4
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
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
| | | | | | | | | | | This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
* Remove unnecessary inclusions of bsd.own.mk.Warner Losh2014-08-041-2/+0
| | | | Notes: svn path=/head/; revision=269538
* Add module building Makefile entries for NFSv4 and POSIX.1e ACL handling.Adrian Chadd2012-03-131-0/+9
Notes: svn path=/head/; revision=232937