diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-11-10 18:07:07 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-11-10 18:07:07 +0000 |
| commit | e4a93f1ef876f7a0e59c722f9ac1fbbf77a66227 (patch) | |
| tree | d3e7e373e1b02fdf2f14e66714105afabc05662e /lib/libncp/Makefile | |
| parent | c01611e4370dad4e4e53afe47364019fe569cc46 (diff) | |
Notes
Diffstat (limited to 'lib/libncp/Makefile')
| -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 ab1689c0e3c9c..dfacced555988 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 \ |
