Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jun 2018 21:33:09 +0200
From:      Hartmut Brandt <hartmut.brandt@dlr.de>
To:        <hackers@freebsd.org>
Subject:   makefile question
Message-ID:  <alpine.BSF.2.21.999.1806272128240.76791@beagle.kn.op.dlr.de>

next in thread | raw e-mail | index | archive | help
Hi,

I'm preparing an update for bsnmp and have the following problem:

In libbsnmp a header file is created during the build process, which
obviously ends up in the object tree. Now I need to include this file
when building the daemon and modules from usr.sbin. I have the feeling
that doing

CFLAGS += -I../../../lib/libbsnmp/libbsnmp

in usr.sbin/bsnmp/bsnmp to reach into the library object directory doesn't 
look right.

Or is this the right way to do this?

harti



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.21.999.1806272128240.76791>