summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorimura <imura@FreeBSD.org>2005-09-19 08:13:43 +0000
committerimura <imura@FreeBSD.org>2005-09-19 08:13:43 +0000
commit7b4e5c25c94414fe0680326cdbc6fc7465f70186 (patch)
treefdebae49ab227574486ca118700dff7abf3629f6 /lib/Makefile
parent6cabd0f5c3826b5b36c47abcf721d4d1d97938a8 (diff)
downloadFreeBSD-src-7b4e5c25c94414fe0680326cdbc6fc7465f70186.zip
FreeBSD-src-7b4e5c25c94414fe0680326cdbc6fc7465f70186.tar.gz
Connect smbfs build on powerpc.
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 000d977..922416a 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -92,6 +92,10 @@ _libncp= libncp
_libsmb= libsmb
.endif
+.if ${MACHINE_ARCH} == "powerpc"
+_libsmb= libsmb
+.endif
+
.if !defined(NO_LIBPTHREAD)
_libpthread= libpthread
.endif
OpenPOWER on IntegriCloud