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@
This commit is contained in:
harti 2004-08-04 06:46:02 +00:00
parent f8de4317f9
commit b1d0efad03

View File

@ -6,6 +6,7 @@ CONTRIB= ${.CURDIR}/../../../contrib/bsnmp/lib
.PATH: ${CONTRIB}
LIB = bsnmp
SHLIBDIR ?= /lib
CFLAGS+= -I${CONTRIB}