freebsd-dev/usr.sbin/boot0cfg/Makefile
Poul-Henning Kamp dfa5ad9421 Attempt gctl verb "write MBR" when updating.
This should solve the problem of modifying the MBR while running.
2005-07-15 08:04:32 +00:00

12 lines
112 B
Makefile

# $FreeBSD$
PROG= boot0cfg
MAN= boot0cfg.8
WARNS?= 2
DPADD= ${LIBGEOM}
LDADD= -lgeom
.include <bsd.prog.mk>