diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-15 19:28:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-15 19:28:07 +0000 |
commit | 18b2ee82db77066fdb18c8183e02e02f79499328 (patch) | |
tree | cfeaf6e9c359394d745699e5ba462ac62f4f470d /cddl/lib/Makefile.inc | |
parent | c1cb0d799b592988c0cf030fe8d35ef9ef0d7c84 (diff) | |
download | src-18b2ee82db77066fdb18c8183e02e02f79499328.tar.gz src-18b2ee82db77066fdb18c8183e02e02f79499328.zip |
Revert r284417 it is not necessary anymore
Notes
Notes:
svn path=/head/; revision=284421
Diffstat (limited to 'cddl/lib/Makefile.inc')
-rw-r--r-- | cddl/lib/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cddl/lib/Makefile.inc b/cddl/lib/Makefile.inc index d8f6c20f1649..8f9af1d17e9d 100644 --- a/cddl/lib/Makefile.inc +++ b/cddl/lib/Makefile.inc @@ -1,6 +1,6 @@ # $FreeBSD$ -SHLIBDIR= /lib +SHLIBDIR?= /lib SHLIB_MAJOR?= 2 .include "../Makefile.inc" |