aboutsummaryrefslogtreecommitdiff
path: root/stand/forth/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/
* Forth version of EFI autoresizingKyle Evans2018-03-211-0/+1
| | | | | | | | | | | | | | | r331321 delegated autoresizing to an efi-autoresizecons command that currently is expected to be done in forth/lua prior to drawing anything useful. Add the Forth version of the lua addition in r331321, hook efi.4th up to be installed. efiboot? was written by dteske@; anything outside of that may be blamed on me. Notes: svn path=/head/; revision=331326
* These two directories build man pages, so it's incorrect to tag themWarner Losh2018-02-261-2/+0
| | | | | | | NO_OBJ. Also, make sure the loader.conf.5 man gets built and installed. Notes: svn path=/head/; revision=330021
* Go back to one loader.confWarner Losh2018-02-261-3/+1
| | | | | | | | | We really only need one loader.conf. The other loader.conf was created because the current one took forever to parse in FORTH. That will be fixed in the next commit. Notes: svn path=/head/; revision=330005
* Add NO_OBJ to those directories that don't make anything.Warner Losh2018-02-261-0/+2
| | | | | | | | | | | For directories that don't many anything, add NO_OBJ=t just before we include bsd.init.mk. This prevents them from creating an OBJ directory. In addition, prevent defs.mk from creating the machine related links in these cases. They aren't needed and break, at least on stable, the read-only src tree build. Notes: svn path=/head/; revision=330004
* Remove pcibios forth support.Warner Losh2018-02-021-1/+0
| | | | | | | | | I had thought that this would be useful. However it was committed too late, and wound up being unused. It's in the way of future work now, so retire it rather than bring it forward. Notes: svn path=/head/; revision=328781
* These 4th words were an attempt to allow integration into the bootWarner Losh2018-02-021-1/+0
| | | | | | | | | loader scripts. However, that path won't be taken after all it seems. Remove this code before it decays into uselessness. Also remove build dependencies on forth no longer needed. Notes: svn path=/head/; revision=328780
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-0/+49
Sponsored by: Netflix Notes: svn path=/head/; revision=325834