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:
+2
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user