summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-07-24 02:05:48 +0000
committerpeter <peter@FreeBSD.org>2003-07-24 02:05:48 +0000
commitd0fded454f64358d0830e3b34ebcc9a169eb48f6 (patch)
tree8366222a497e67002e6395cc960f6c7f508bed8e /lib/Makefile
parent44b5ea3111c5c9286ae04a396c766901e8e5b55c (diff)
downloadFreeBSD-src-d0fded454f64358d0830e3b34ebcc9a169eb48f6.zip
FreeBSD-src-d0fded454f64358d0830e3b34ebcc9a169eb48f6.tar.gz
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.
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index b57bec0..383ce01 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
OpenPOWER on IntegriCloud