aboutsummaryrefslogtreecommitdiff
path: root/share/security/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-231-1/+0
| | | | | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/ Similar commit in main: (cherry picked from commit d0b2dbfa0ecf)
* META MODE: These need object directories to handle staging.Bryan Drewery2015-11-261-1/+0
| | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=291347
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Makefile.inc wasn't needed; this is a left-over of other files presentRobert Watson2003-11-081-0/+1
| | | | | | | | | | | in share/security in the trustedbsd_sebsd branch that are not present in the main tree. Also, .include Makefile.inc from the parent directory so that BINDIR is set right. Pointed out by: bde Notes: svn path=/head/; revision=122318
* When lomac-policy.contexts was merged from the TrustedBSD MAC branch,Robert Watson2003-11-081-0/+7
the Makefiles were not committed. Notes: svn path=/head/; revision=122272