This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
12c9f2fd76
freebsd-skq
/
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