Where should I tell Makefile to place utility

Hello all,

I would like to create a Makefile for ampr-ripd:

http://www.yo2loj.ro/hamprojects

The current version is 2.13. It is a routing daemon for RIP44, a specialized version of RIPv2.

This is a routing software like RIPv2, BGP4, etc. It creates a single executable binary. It's only dependency is libstdcpp. Where is the proper location to tell the Makefile to place this binary in the final install IPK?

/bin?
/sbin?

(It is not RIPv2, please don't suggest I use that, see: http://wiki.ampr.org/wiki/RIP)

Thanks.

/usr/sbin or /usr/bin

There is no official recommendation or "correct place".