Subject: Re: Include bugs
To: None <netbsd-bugs@NetBSD.ORG, hubert.feyrer@rz.uni-regensburg.de>
From: Matthias Drochner <drochner@zelux6.zel.kfa-juelich.de>
List: netbsd-bugs
Date: 12/09/1997 15:55:32
Excerpts from netbsd: 9-Dec-97 Re: Include bugs Hubert Feyrer@rz.uni-reg (704)

> The make build (and
> > also make includes) improperly installs the /usr/include/machine/pcvt*
> > files.  It installs invalid symbolic links that can be used by neither
> > program nor user.

In which situation does it happen? For me, neither the
"includes" nor the "build" target installs anything.
pcvt_ioctl.h is installed by "depend", which is obviously
not The Right Way. But _if_ it installs, it installs
correctly for me. Where do the symbolic links come
from?
In case we can make sure the header installation works
I'd propose to simply add an "includes" target to the pcvt
Makefile for now.
In the long term it should probably go to sys/dev/???
because the bebox port uses pcvt too.

best regards
Matthias