summaryrefslogtreecommitdiffstats
path: root/usr.sbin/boot98cfg/Makefile
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2005-07-15 15:32:52 +0000
committernyan <nyan@FreeBSD.org>2005-07-15 15:32:52 +0000
commitaa37760f809392faa1730c6e4048827ce441060d (patch)
tree06cd72042138ecdc09a04841f5e105e1d71662c4 /usr.sbin/boot98cfg/Makefile
parentfd3d21f88eca551b7d5bd90a2d89385460d354c2 (diff)
downloadFreeBSD-src-aa37760f809392faa1730c6e4048827ce441060d.zip
FreeBSD-src-aa37760f809392faa1730c6e4048827ce441060d.tar.gz
Merged from boot0cfg.
- Update the mkrdev function. - Attempt gctl verb "write MBR" when updating.
Diffstat (limited to 'usr.sbin/boot98cfg/Makefile')
-rw-r--r--usr.sbin/boot98cfg/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/boot98cfg/Makefile b/usr.sbin/boot98cfg/Makefile
index e7ffd9d..9b0e703 100644
--- a/usr.sbin/boot98cfg/Makefile
+++ b/usr.sbin/boot98cfg/Makefile
@@ -5,4 +5,7 @@ MAN= boot98cfg.8
WARNS?= 2
+DPADD= ${LIBGEOM}
+LDADD= -lgeom
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud