summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2004-02-24 03:46:12 +0000
committerbde <bde@FreeBSD.org>2004-02-24 03:46:12 +0000
commit1c1e2e0d794a750ae3b92478bdb719ef5810b0b8 (patch)
tree76c52bee33dcf731690115dbac7ae86049a10415
parentb7c97176f007242d90444bf18e34ba34e8a25780 (diff)
downloadFreeBSD-src-1c1e2e0d794a750ae3b92478bdb719ef5810b0b8.zip
FreeBSD-src-1c1e2e0d794a750ae3b92478bdb719ef5810b0b8.tar.gz
Fixed missing libraries. This unbreaks the -DNO_DYNAMIC_ROOT and
-DNOSHARED=yes cases.
-rw-r--r--sbin/gconcat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/gconcat/Makefile b/sbin/gconcat/Makefile
index b683ed2..e74f8fb 100644
--- a/sbin/gconcat/Makefile
+++ b/sbin/gconcat/Makefile
@@ -2,8 +2,8 @@
PROG= gconcat
MAN= gconcat.8
-DPADD= ${LIBGEOM}
-LDADD= -lgeom
+DPADD= ${LIBGEOM} ${LIBSBUF} ${LIBBSDXML}
+LDADD= -lgeom -lsbuf -lbsdxml
WARNS?= 6
CFLAGS+=-I${.CURDIR}/../../sys
OpenPOWER on IntegriCloud