summaryrefslogtreecommitdiffstats
path: root/lib
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 /lib
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
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile3
1 files changed, 2 insertions, 1 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
OpenPOWER on IntegriCloud