libutil: Create a <util.h> symlink.
authorSascha Wildner <saw@online.de>
Fri, 29 Apr 2011 01:32:53 +0000 (03:32 +0200)
committerSascha Wildner <saw@online.de>
Fri, 29 Apr 2011 01:32:53 +0000 (03:32 +0200)
commitff454034bd0ac6a1fb6b0df1e119c53c02a93119
tree9157bf1d72f04d903fb9a4f08fcf4bb456d16461
parentc19ddaabec9e67359982f4a7fda79afdb30f324a
libutil: Create a <util.h> symlink.

As stuff from NetBSD goes into our libutil, pkgsrc starts detecting that
and assumes we have a <util.h> header, too. But ours is named <libutil.h>
due to FreeBSD heritage.

In an attempt to make life easier and not have to patch packages for this
every time, symlink <util.h> to <libutil.h> for now.

However, it could well be that other packages test for the existence of
<util.h> and (upon finding it) assume we have some NetBSD function in
libutil which we don't have. But we'll see.

As-proposed-by: y0netan1
lib/libutil/Makefile