diff options
author | ru <ru@FreeBSD.org> | 2005-11-10 18:07:07 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-11-10 18:07:07 +0000 |
commit | c82c5ba499665e44341dee9630ef960a16eca899 (patch) | |
tree | d3e7e373e1b02fdf2f14e66714105afabc05662e /lib/libncp | |
parent | 9f37514a123bf2ec67aa6382b6528757c562e47d (diff) | |
download | FreeBSD-src-c82c5ba499665e44341dee9630ef960a16eca899.zip FreeBSD-src-c82c5ba499665e44341dee9630ef960a16eca899.tar.gz |
Add missing shared library interdependencies.
Diffstat (limited to 'lib/libncp')
-rw-r--r-- | lib/libncp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libncp/Makefile b/lib/libncp/Makefile index ab1689c..dfacced 100644 --- a/lib/libncp/Makefile +++ b/lib/libncp/Makefile @@ -6,6 +6,9 @@ LIB= ncp SHLIB_MAJOR= 2 +DPADD= ${LIBIPX} +LDADD= -lipx + NO_MAN= SRCS= ncpl_subr.c ncpl_bind.c ncpl_queue.c ncpl_file.c ncpl_misc.c \ |