From 7ffefb58391ae1d952b09764f938b2f29e990e53 Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 17 May 2003 19:05:17 +0000 Subject: Moved libgeom.so dependencies to where they belong. Reviewed by: phk Approved by: re (scottl) --- sbin/sunlabel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/sunlabel/Makefile') diff --git a/sbin/sunlabel/Makefile b/sbin/sunlabel/Makefile index 2d79124..65927c6 100644 --- a/sbin/sunlabel/Makefile +++ b/sbin/sunlabel/Makefile @@ -5,8 +5,8 @@ SRCS=sunlabel.c geom_sunlabel_enc.c NOMAN= WARNS=5 -DPADD= ${LIBGEOM} ${LIBBSDXML} ${LIBSBUF} -LDADD= -lgeom -lbsdxml -lsbuf +DPADD= ${LIBGEOM} +LDADD= -lgeom .PATH: ${.CURDIR}/../../sys/geom -- cgit v1.1