This website requires JavaScript.
Explore
Help
Sign In
jimzah
/
freebsd-src
Watch
1
Star
0
Fork
0
You've already forked freebsd-src
mirror of
https://github.com/freebsd/freebsd-src.git
synced
2024-12-04 10:19:26 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
736c8a338c
freebsd-src
/
usr.sbin
/
boot0cfg
/
Makefile
10 lines
101 B
Makefile
Raw
Normal View
History
Unescape
Escape
$Id$ -> $FreeBSD$
1999-08-28 02:35:59 +01:00
# $FreeBSD$
Add boot0cfg: this installs/configures the `boot0' boot manager. A CLI utility to do this has been requested by a few people.
1999-02-21 21:23:42 +00:00
PROG
=
boot0cfg
- Backout botched attempt to introduce MANSECT feature. - MAN[1-9] -> MAN.
2001-03-26 15:42:20 +01:00
MAN
=
boot0cfg.8
Add boot0cfg: this installs/configures the `boot0' boot manager. A CLI utility to do this has been requested by a few people.
1999-02-21 21:23:42 +00:00
Attempt gctl verb "write MBR" when updating. This should solve the problem of modifying the MBR while running.
2005-07-15 09:04:32 +01:00
DPADD
=
${
LIBGEOM
}
LDADD
=
-lgeom
Add boot0cfg: this installs/configures the `boot0' boot manager. A CLI utility to do this has been requested by a few people.
1999-02-21 21:23:42 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink