From 47ef37e7e2594b33cff2386732823506b4745261 Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 23 Apr 2003 08:25:20 +0000 Subject: If we cannot open the parent device for writing, use GEOM::CONFIG_GEOM requests to write label and bootcode. The -r argument is ignored (with a warning). With a lot of help from: jake --- sbin/sunlabel/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sbin/sunlabel/Makefile') diff --git a/sbin/sunlabel/Makefile b/sbin/sunlabel/Makefile index 68f9575..b06ca03 100644 --- a/sbin/sunlabel/Makefile +++ b/sbin/sunlabel/Makefile @@ -5,6 +5,9 @@ SRCS=sunlabel.c geom_sunlabel_enc.c NOMAN= WARNS=5 +DDADD= ${LIBGEOM} +LDADD= -lgeom + .PATH: ${.CURDIR}/../../sys/geom .include -- cgit v1.1