dfa5ad9421
This should solve the problem of modifying the MBR while running.
12 lines
112 B
Makefile
12 lines
112 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= boot0cfg
|
|
MAN= boot0cfg.8
|
|
|
|
WARNS?= 2
|
|
|
|
DPADD= ${LIBGEOM}
|
|
LDADD= -lgeom
|
|
|
|
.include <bsd.prog.mk>
|