diff options
author | ru <ru@FreeBSD.org> | 2003-05-17 19:05:17 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-05-17 19:05:17 +0000 |
commit | 7ffefb58391ae1d952b09764f938b2f29e990e53 (patch) | |
tree | 5a77dcf3996d294a036a66d9a9b9e51561d5c4d1 /sbin/sunlabel | |
parent | 449dc210f78f400aff056c0b02b4155d4abbdb7d (diff) | |
download | FreeBSD-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')
-rw-r--r-- | sbin/sunlabel/Makefile | 4 |
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 |