diff options
author | harti <harti@FreeBSD.org> | 2004-08-04 06:46:02 +0000 |
---|---|---|
committer | harti <harti@FreeBSD.org> | 2004-08-04 06:46:02 +0000 |
commit | b1d0efad03579e28e6605c36d4b21cd14e3c6978 (patch) | |
tree | dd30d596e96847f1b0855513956148ad941ad1a7 /lib | |
parent | f8de4317f9a182f21b08de36ad18db7274dbd372 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | lib/libbsnmp/libbsnmp/Makefile | 1 |
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} |