mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
c87a63c10f
used to extract modified boot hints to make loader(8)-time changes "sticky". It tries to use \ style quoting so that it can be used directly with foo.conf files. It can also extract specific variables.
6 lines
48 B
Makefile
6 lines
48 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= kenv
|
|
|
|
.include <bsd.prog.mk>
|