From 5543468624e4b3c63435f6fe078dace0cdf18f61 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 24 Jul 2003 02:05:48 +0000 Subject: [PATCH] Connect libncp/libsmb to the build. They compile, but have a couple of silly bugs that probably wont quite make a segfault. eg: passing a pointer to an int to sysctl instead of a pointer to a size_t. --- lib/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/Makefile b/lib/Makefile index b57bec00141..383ce01fcab 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -79,6 +79,11 @@ _libio= libio _compat= compat .endif +.if ${MACHINE_ARCH} == "amd64" +_libncp= libncp +_libsmb= libsmb +.endif + .if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "powerpc" .if !defined(NOLIBTHR) _libthr= libthr