summaryrefslogtreecommitdiffstats
path: root/sbin/sunlabel/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-05-17 19:05:17 +0000
committerru <ru@FreeBSD.org>2003-05-17 19:05:17 +0000
commit7ffefb58391ae1d952b09764f938b2f29e990e53 (patch)
tree5a77dcf3996d294a036a66d9a9b9e51561d5c4d1 /sbin/sunlabel/Makefile
parent449dc210f78f400aff056c0b02b4155d4abbdb7d (diff)
downloadFreeBSD-src-7ffefb58391ae1d952b09764f938b2f29e990e53.zip
FreeBSD-src-7ffefb58391ae1d952b09764f938b2f29e990e53.tar.gz
Moved libgeom.so dependencies to where they belong.
Reviewed by: phk Approved by: re (scottl)
Diffstat (limited to 'sbin/sunlabel/Makefile')
-rw-r--r--sbin/sunlabel/Makefile4
1 files changed, 2 insertions, 2 deletions
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
OpenPOWER on IntegriCloud