libproc is going to be i386/amd64 only with the next update.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Rui Paulo 2010-07-31 14:52:29 +00:00
parent 8f19d9820c
commit 54bb94d764
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=210682

View File

@ -88,7 +88,7 @@ SUBDIR= ${SUBDIR_ORDERED} \
libpcap \ libpcap \
${_libpkg} \ ${_libpkg} \
${_libpmc} \ ${_libpmc} \
libproc \ ${_libproc} \
librt \ librt \
${_libsdp} \ ${_libsdp} \
${_libsm} \ ${_libsm} \
@ -173,6 +173,7 @@ _libncp= libncp
.endif .endif
_libsmb= libsmb _libsmb= libsmb
_libvgl= libvgl _libvgl= libvgl
_libproc= libproc
.endif .endif
.if ${MACHINE_ARCH} == "ia64" .if ${MACHINE_ARCH} == "ia64"
@ -186,6 +187,7 @@ _libncp= libncp
.endif .endif
_libsmb= libsmb _libsmb= libsmb
_libvgl= libvgl _libvgl= libvgl
_libproc= libproc
.endif .endif
.if ${MACHINE_CPUARCH} == "powerpc" .if ${MACHINE_CPUARCH} == "powerpc"