Author: imp
Date: Wed Feb 12 06:54:28 2020
New Revision: 357796
URL: https://svnweb.freebsd.org/changeset/base/357796

Log:
  Remove excluding libproc and librtld_db on sparc64.

Modified:
  head/lib/Makefile

Modified: head/lib/Makefile
==============================================================================
--- head/lib/Makefile   Wed Feb 12 06:53:29 2020        (r357795)
+++ head/lib/Makefile   Wed Feb 12 06:54:28 2020        (r357796)
@@ -72,13 +72,13 @@ SUBDIR=     ${SUBDIR_BOOTSTRAP} \
        libpathconv \
        libpcap \
        libpjdlog \
-       ${_libproc} \
+       libproc \
        libprocstat \
        libregex \
        librpcsvc \
        librss \
        librt \
-       ${_librtld_db} \
+       librtld_db \
        libsbuf \
        libsmb \
        libsqlite3 \
@@ -193,11 +193,6 @@ SUBDIR.${MK_PMC}+= libopencsd
 .if ${MACHINE_CPUARCH} == "amd64"
 SUBDIR.${MK_PMC}+=     libipt
 SUBDIR.${MK_BHYVE}+=   libvmmapi
-.endif
-
-.if ${MACHINE_CPUARCH} != "sparc64"
-_libproc=      libproc
-_librtld_db=   librtld_db
 .endif
 
 .if ${MACHINE_ARCH} != "powerpc"
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to