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
3 changed files with 4 additions and 3 deletions
+2 -1
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