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:
parent
7e081cffc0
commit
23eb26fa51
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user