Fixed missing libraries. This unbreaks the -DNO_DYNAMIC_ROOT and
-DNOSHARED=yes cases.
This commit is contained in:
parent
329deaeea6
commit
ee0d79b2b5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user