mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-01 08:27:59 +00: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>
|