summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2001-12-14 23:11:45 +0000
committersheldonh <sheldonh@FreeBSD.org>2001-12-14 23:11:45 +0000
commit588c679809c6ece7d92038753cba791b10f4e8c1 (patch)
tree43147a7931993948054792dedf6381d5a15d02af
parent7538f90926a82a39635e536b2a98ecbc6905b80a (diff)
downloadFreeBSD-src-588c679809c6ece7d92038753cba791b10f4e8c1.zip
FreeBSD-src-588c679809c6ece7d92038753cba791b10f4e8c1.tar.gz
Kernel support for smbfs is only built on the i386 at the moment, so
limit the building and installation of the userland utilities to that architecture for now. Reported by: bmah
-rw-r--r--lib/Makefile3
-rw-r--r--sbin/Makefile2
-rw-r--r--usr.bin/Makefile2
3 files changed, 4 insertions, 3 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 23066c5..1d009f5 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -27,7 +27,7 @@ SUBDIR= ${_csu} libcom_err libcrypt libkvm msun libmd \
libedit libfetch libform libftpio ${_libgnumalloc} ${_libio} libipsec \
libipx libisc libmenu ${_libmp} ${_libncp} \
libnetgraph libopie libpam libpanel libpcap \
- ${_libresolv} libsmb ${_libsmdb} ${_libsmutil} \
+ ${_libresolv} ${_libsmb} ${_libsmdb} ${_libsmutil} \
libstand ${_libtelnet} libusb ${_libvgl} libwrap libxpg4 liby libz
.if exists(${.CURDIR}/csu/${MACHINE_ARCH}-${OBJFORMAT})
@@ -59,6 +59,7 @@ _libsmutil= libsmutil
.if ${MACHINE_ARCH} == "i386"
_compat= compat
_libncp= libncp
+_libsmb= libsmb
_libvgl= libvgl
.endif
diff --git a/sbin/Makefile b/sbin/Makefile
index 16c31c0..44298c3 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -53,7 +53,6 @@ SUBDIR= adjkerntz \
mount_ntfs \
mount_nullfs \
mount_portalfs \
- mount_smbfs \
mount_std \
mount_umapfs \
mount_unionfs \
@@ -87,6 +86,7 @@ SUBDIR= adjkerntz \
SUBDIR+=cxconfig \
kget \
mount_nwfs \
+ mount_smbfs \
nextboot
.if ${MACHINE} == "pc98"
SUBDIR+=fdisk_pc98
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 1498784..955d9a0 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -134,7 +134,6 @@ SUBDIR= apply \
sed \
shar \
showmount \
- smbutil \
sockstat \
soelim \
split \
@@ -223,6 +222,7 @@ SUBDIR+=ar \
ranlib \
sasc \
size \
+ smbutil \
strings \
strip
.endif
OpenPOWER on IntegriCloud