diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2021-03-21 17:19:56 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2021-03-21 17:20:25 -0500 |
commit | 5058b6668caaa1ac019d6da299528ad0c75379c2 (patch) | |
tree | 993e411e27a53c188bcf4bed522ba3c7bb95dc4d /mk/sys.mk | |
parent | 1878a74a124e12fbdc3fe3286d81045b9198d424 (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.mk | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -52,7 +52,6 @@ _LIBNAME:= $(shell ${_LIBNAME_SH}) LIBNAME?= ${_LIBNAME} LIBDIR?= ${UPREFIX}/${LIBNAME} LIBMODE?= 0644 -SHLIBDIR?= ${PREFIX}/${LIBNAME} LIBEXECDIR?= ${PREFIX}/libexec/rc |