This website requires JavaScript.
Explore
Help
Sign In
mirror
/
freebsd
Watch
1
Star
0
Fork
0
You've already forked freebsd
mirror of
https://git.FreeBSD.org/src.git
synced
2024-12-26 11:47:31 +00:00
Code
Issues
Releases
Activity
3990fae77a
freebsd
/
usr.bin
/
kenv
/
Makefile
7 lines
58 B
Makefile
Raw
Normal View
History
Unescape
Escape
Initial kenv(1) hack for dumping the kernel environment. This can be 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.
2000-07-08 08:33:40 +00:00
# $FreeBSD$
PROG
=
kenv
Use the new functionalities provided by the kenv(2) syscall. Reviewed by: peter
2002-04-17 13:08:14 +00:00
WARNS
?=
4
Initial kenv(1) hack for dumping the kernel environment. This can be 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.
2000-07-08 08:33:40 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink