From b1d0efad03579e28e6605c36d4b21cd14e3c6978 Mon Sep 17 00:00:00 2001 From: harti Date: Wed, 4 Aug 2004 06:46:02 +0000 Subject: 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@ --- lib/libbsnmp/libbsnmp/Makefile | 1 + 1 file changed, 1 insertion(+) 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} -- cgit v1.1