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.
This commit is contained in:
Peter Wemm 2003-07-24 02:05:48 +00:00
parent 7d6207b7dd
commit 5543468624
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117950

View File

@ -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