Fixed missing libraries. This unbreaks the -DNO_DYNAMIC_ROOT and
-DNOSHARED=yes cases.
This commit is contained in:
parent
b7c97176f0
commit
1c1e2e0d79
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
PROG= gconcat
|
PROG= gconcat
|
||||||
MAN= gconcat.8
|
MAN= gconcat.8
|
||||||
DPADD= ${LIBGEOM}
|
DPADD= ${LIBGEOM} ${LIBSBUF} ${LIBBSDXML}
|
||||||
LDADD= -lgeom
|
LDADD= -lgeom -lsbuf -lbsdxml
|
||||||
WARNS?= 6
|
WARNS?= 6
|
||||||
CFLAGS+=-I${.CURDIR}/../../sys
|
CFLAGS+=-I${.CURDIR}/../../sys
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user