aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Imura <imura@FreeBSD.org>2005-09-19 08:13:43 +0000
committerR. Imura <imura@FreeBSD.org>2005-09-19 08:13:43 +0000
commit59fa7082988389cfb6f147aa404bfe4abad3252e (patch)
treefdebae49ab227574486ca118700dff7abf3629f6
parentbb6275a869899c7bebf6699a24e106c3e6b1eb29 (diff)
Notes
-rw-r--r--lib/Makefile4
-rw-r--r--sys/modules/Makefile1
-rw-r--r--usr.bin/Makefile4
-rw-r--r--usr.sbin/Makefile4
4 files changed, 13 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 000d97721363e..922416abc8e1d 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
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 9f09a2da0a920..33458fdb22ede 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -489,6 +489,7 @@ _xe= xe
.if ${MACHINE_ARCH} == "powerpc"
_gem= gem
+_smbfs= smbfs
.endif
.if ${MACHINE_ARCH} == "sparc64"
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 756de9ad9cf8f..a077c331b31b6 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -315,4 +315,8 @@ _ncplogin= ncplogin
_smbutil= smbutil
.endif
+.if ${MACHINE_ARCH} == "powerpc"
+_smbutil= smbutil
+.endif
+
.include <bsd.subdir.mk>
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 46173c30812d5..cf94b9fbe4a83 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -343,6 +343,10 @@ _pppctl= pppctl
_zzz= zzz
.endif
+.if ${MACHINE_ARCH} == "powerpc"
+_mount_smbfs= mount_smbfs
+.endif
+
.if ${MACHINE_ARCH} == "sparc64"
_eeprom= eeprom
_ofwdump= ofwdump