aboutsummaryrefslogtreecommitdiff
path: root/mk/sys.mk
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2021-03-21 17:19:56 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2021-03-21 17:20:25 -0500
commit5058b6668caaa1ac019d6da299528ad0c75379c2 (patch)
tree993e411e27a53c188bcf4bed522ba3c7bb95dc4d /mk/sys.mk
parent1878a74a124e12fbdc3fe3286d81045b9198d424 (diff)
drop shlibdir
I know of no other build systems that have separate paths for static vs shared libraries, so this changes ours to use libdir for all libraries.
Diffstat (limited to 'mk/sys.mk')
-rw-r--r--mk/sys.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/mk/sys.mk b/mk/sys.mk
index 92bb55ea..40d1367b 100644
--- a/mk/sys.mk
+++ b/mk/sys.mk
@@ -52,7 +52,6 @@ _LIBNAME:= $(shell ${_LIBNAME_SH})
LIBNAME?= ${_LIBNAME}
LIBDIR?= ${UPREFIX}/${LIBNAME}
LIBMODE?= 0644
-SHLIBDIR?= ${PREFIX}/${LIBNAME}
LIBEXECDIR?= ${PREFIX}/libexec/rc