Fixed missing libraries. This unbreaks the -DNO_DYNAMIC_ROOT and

-DNOSHARED=yes cases.
This commit is contained in:
bde 2004-02-24 03:46:12 +00:00
parent 329deaeea6
commit ee0d79b2b5

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