summaryrefslogtreecommitdiffstats
path: root/lib/libbsnmp
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2004-08-04 06:46:02 +0000
committerharti <harti@FreeBSD.org>2004-08-04 06:46:02 +0000
commitb1d0efad03579e28e6605c36d4b21cd14e3c6978 (patch)
treedd30d596e96847f1b0855513956148ad941ad1a7 /lib/libbsnmp
parentf8de4317f9a182f21b08de36ad18db7274dbd372 (diff)
downloadFreeBSD-src-b1d0efad03579e28e6605c36d4b21cd14e3c6978.zip
FreeBSD-src-b1d0efad03579e28e6605c36d4b21cd14e3c6978.tar.gz
Move libbsnmp.so to /lib so that it is available to atmconfig.
At the moment the only dependency on this library is bsnmpd. Approved by: silence on re@
Diffstat (limited to 'lib/libbsnmp')
-rw-r--r--lib/libbsnmp/libbsnmp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libbsnmp/libbsnmp/Makefile b/lib/libbsnmp/libbsnmp/Makefile
index c82ebe6..a944e28 100644
--- a/lib/libbsnmp/libbsnmp/Makefile
+++ b/lib/libbsnmp/libbsnmp/Makefile
@@ -6,6 +6,7 @@ CONTRIB= ${.CURDIR}/../../../contrib/bsnmp/lib
.PATH: ${CONTRIB}
LIB = bsnmp
+SHLIBDIR ?= /lib
CFLAGS+= -I${CONTRIB}
OpenPOWER on IntegriCloud