aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2020-02-12 06:54:28 +0000
committerWarner Losh <imp@FreeBSD.org>2020-02-12 06:54:28 +0000
commitfeb2ecc3826dbb12c42a38a94ebe98e97c9c564d (patch)
tree4af8ea28e5bc6c3f2822863da7845f65f41823d0 /lib/Makefile
parent08d74565020ef930eada7d0a73cd5e8d1eb2f67e (diff)
Notes
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/lib/Makefile b/lib/Makefile
index badffce7135a..90fe4a904060 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -72,13 +72,13 @@ SUBDIR= ${SUBDIR_BOOTSTRAP} \
libpathconv \
libpcap \
libpjdlog \
- ${_libproc} \
+ libproc \
libprocstat \
libregex \
librpcsvc \
librss \
librt \
- ${_librtld_db} \
+ librtld_db \
libsbuf \
libsmb \
libsqlite3 \
@@ -195,11 +195,6 @@ SUBDIR.${MK_PMC}+= libipt
SUBDIR.${MK_BHYVE}+= libvmmapi
.endif
-.if ${MACHINE_CPUARCH} != "sparc64"
-_libproc= libproc
-_librtld_db= librtld_db
-.endif
-
.if ${MACHINE_ARCH} != "powerpc"
SUBDIR.${MK_OPENMP}+= libomp
.endif