aboutsummaryrefslogtreecommitdiff
path: root/stand/ficl.mk
Commit message (Collapse)AuthorAgeFilesLines
* ficl pfopen: verify fileSimon J. Gerraty2019-05-241-0/+4
| | | | | | | | | | | | | | | If the file is verified - do not allow write otherwise do not allow read. Add O_ACCMODE to stand.h Reviewed by: stevek, mindal_semihalf.com MFC after: 3 days Sponsored by: Juniper Networks Differential Revision: https://reviews.freebsd.org/D20387 Notes: svn path=/head/; revision=348249
* Remove redundant defs.mk includes. They aren't needed.Warner Losh2018-06-141-2/+0
| | | | Notes: svn path=/head/; revision=335110
* Now that we no longer conditionally compile some files outside of ficlWarner Losh2018-02-021-1/+0
| | | | | | | with BOOT_FORTH, retire it from here. Notes: svn path=/head/; revision=328782
* This path belongs in ficl/Makefile, not the common defines for usersWarner Losh2017-12-081-2/+0
| | | | | | | | | of ficl. Sponsored by: Netflix Notes: svn path=/head/; revision=326720
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-0/+23
Sponsored by: Netflix Notes: svn path=/head/; revision=325834