diff options
author | phk <phk@FreeBSD.org> | 2005-07-15 08:04:32 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2005-07-15 08:04:32 +0000 |
commit | 821d28352b21950012c374f0efc0898f549d05e7 (patch) | |
tree | da944144f0cf9d3e71303adab5a56855d6d86ae0 /usr.sbin/boot0cfg/Makefile | |
parent | 885176b2cbda98eeccbcfd3e2ee66633088f6007 (diff) | |
download | FreeBSD-src-821d28352b21950012c374f0efc0898f549d05e7.zip FreeBSD-src-821d28352b21950012c374f0efc0898f549d05e7.tar.gz |
Attempt gctl verb "write MBR" when updating.
This should solve the problem of modifying the MBR while running.
Diffstat (limited to 'usr.sbin/boot0cfg/Makefile')
-rw-r--r-- | usr.sbin/boot0cfg/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/boot0cfg/Makefile b/usr.sbin/boot0cfg/Makefile index 3f87438..dc02cad 100644 --- a/usr.sbin/boot0cfg/Makefile +++ b/usr.sbin/boot0cfg/Makefile @@ -5,4 +5,7 @@ MAN= boot0cfg.8 WARNS?= 2 +DPADD= ${LIBGEOM} +LDADD= -lgeom + .include <bsd.prog.mk> |