diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-15 15:34:20 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-15 15:34:20 +0000 |
| commit | 4232f826683298e85d469c0ef17259cecd13b2c7 (patch) | |
| tree | 154d3d5efcf71ba40bf173188459e5f3186f27ec /lib/libsbuf | |
| parent | 2f1653808a72224693d36d82e415f2f7bbbed547 (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 98ceeb6b373d..9abe78068ee4 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 |
