summaryrefslogtreecommitdiffstats
path: root/sbin/gbde/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/gbde/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/gbde/Makefile')
-rw-r--r--sbin/gbde/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/gbde/Makefile b/sbin/gbde/Makefile
index 25fe7d8..a8ca939 100644
--- a/sbin/gbde/Makefile
+++ b/sbin/gbde/Makefile
@@ -23,8 +23,8 @@ CFLAGS+= -I${.CURDIR}/../../sys
CLEANFILES+= template.c
MAN= gbde.8
-DPADD= ${LIBMD} ${LIBUTIL} ${LIBGEOM} ${LIBBSDXML} ${LIBSBUF}
-LDADD= -lmd -lutil -lgeom -lbsdxml -lsbuf
+DPADD= ${LIBMD} ${LIBUTIL} ${LIBGEOM}
+LDADD= -lmd -lutil -lgeom
template.c: template.txt
file2c 'const char template[] = {' ',0};' \
OpenPOWER on IntegriCloud