Fixed missing libraries. This unbreaks the -DNO_DYNAMIC_ROOT and

-DNOSHARED=yes cases.
This commit is contained in:
Bruce Evans 2004-02-24 03:46:12 +00:00
parent 28ef1f9814
commit c014f65858
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126186

View File

@ -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