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
This commit is contained in:
Sheldon Hearn 2001-12-14 23:11:45 +00:00
parent 7e081cffc0
commit 23eb26fa51
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87960
3 changed files with 4 additions and 3 deletions

View File

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

View File

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

View File

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