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 /lib/libsbuf | |
| parent | c1cb0d799b592988c0cf030fe8d35ef9ef0d7c84 (diff) | |
Notes
Diffstat (limited to 'lib/libsbuf')
| -rw-r--r-- | lib/libsbuf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libsbuf/Makefile b/lib/libsbuf/Makefile index 9abe78068ee46..98ceeb6b373d2 100644 --- a/lib/libsbuf/Makefile +++ b/lib/libsbuf/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ LIB= sbuf -SHLIBDIR= /lib +SHLIBDIR?= /lib SRCS= subr_prf.c subr_sbuf.c SHLIB_MAJOR = 6 |
