diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2007-10-20 19:01:50 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2007-10-20 19:01:50 +0000 |
commit | 4f6d329f1e26aba171422d5c4bffc837a14f76c1 (patch) | |
tree | ed5ca36d008b8deb749d62d3a799fb9af7a66c0f /share/mk/bsd.lib.mk | |
parent | 2e0a54d6c013c07a4693ab073ef34eb4c403dfd3 (diff) | |
download | src-test2-4f6d329f1e26aba171422d5c4bffc837a14f76c1.tar.gz src-test2-4f6d329f1e26aba171422d5c4bffc837a14f76c1.zip |
Notes
Diffstat (limited to 'share/mk/bsd.lib.mk')
-rw-r--r-- | share/mk/bsd.lib.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/bsd.lib.mk b/share/mk/bsd.lib.mk index cf8079721b22..3a4292519736 100644 --- a/share/mk/bsd.lib.mk +++ b/share/mk/bsd.lib.mk @@ -235,7 +235,7 @@ _SHLINSTALLFLAGS:= ${_SHLINSTALLFLAGS${ie}} realinstall: _libinstall .ORDER: beforeinstall _libinstall _libinstall: -.if defined(LIB) && !empty(LIB) && !defined(NO_INSTALLLIB) +.if defined(LIB) && !empty(LIB) && ${MK_INSTALLLIB} != "no" ${INSTALL} -C -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ ${_INSTALLFLAGS} lib${LIB}.a ${DESTDIR}${LIBDIR} .endif |