summaryrefslogtreecommitdiffstats
path: root/sbin/fdisk/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-07-15 08:02:51 +0000
committerphk <phk@FreeBSD.org>2005-07-15 08:02:51 +0000
commit885176b2cbda98eeccbcfd3e2ee66633088f6007 (patch)
tree285fe387ab61ed1d3154eca7a36bfdf15c74a826 /sbin/fdisk/Makefile
parent45ce75efffa58607c8ffc8b4ca3528c99af70fff (diff)
downloadFreeBSD-src-885176b2cbda98eeccbcfd3e2ee66633088f6007.zip
FreeBSD-src-885176b2cbda98eeccbcfd3e2ee66633088f6007.tar.gz
Attempt gctl verb "write MBR" when updating.
This should solve the problem of modifying a busy MBR.
Diffstat (limited to 'sbin/fdisk/Makefile')
-rw-r--r--sbin/fdisk/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sbin/fdisk/Makefile b/sbin/fdisk/Makefile
index 4289dc8..6899c47 100644
--- a/sbin/fdisk/Makefile
+++ b/sbin/fdisk/Makefile
@@ -7,6 +7,9 @@ MAN= fdisk.8
.PATH: ${.CURDIR}/../../sys/geom
+DPADD += ${LIBGEOM}
+LDADD += -lgeom
+
.include <bsd.prog.mk>
test: ${PROG}
OpenPOWER on IntegriCloud