diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2019-04-25 20:48:25 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2019-04-25 20:48:25 +0000 |
| commit | f0baac9e321dfaffc2bb50e28ba401810c69c304 (patch) | |
| tree | 2f6d89ea54d14aed444bb0d0160213a45c07cf7b /lib/libbe | |
| parent | 125e3b9d9be1dc2fa62e0ab6cc93fa64e576bd17 (diff) | |
Notes
Diffstat (limited to 'lib/libbe')
| -rw-r--r-- | lib/libbe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libbe/Makefile b/lib/libbe/Makefile index e70ed38ff0241..9d2dc04918dd7 100644 --- a/lib/libbe/Makefile +++ b/lib/libbe/Makefile @@ -1,10 +1,11 @@ # $FreeBSD$ +SHLIBDIR?= /lib + .include <src.opts.mk> PACKAGE= lib${LIB} LIB= be -SHLIBDIR= /lib SHLIB_MAJOR= 1 SHLIB_MINOR= 0 |
