Subject: Re: lib/1138: curses.h is not installed by make install in src/include.
To: None <mellon@fugue.com>
From: J.T. Conklin <jtc@NetBSD.ORG>
List: netbsd-bugs
Date: 06/20/1995 18:52:13
	`J.T. Conklin' changed the state to `analyzed'.


State-Changed-From-To: open-analyzed
State-Changed-By: jtc
State-Changed-When: Tue Jun 20 18:42:11 1995
State-Changed-Why:
There are other header files with the same problem:
	rpcsvc headers
	libg++ headers
	flex's FlexLexer.h header
	???

The fix to this PR should address all such headers.  Since libg++
headers are gpl'd, we can't move them to /usr/include.  Possible
alternatives are:

	1) hacking src/include's makefile to install all headers, no 
	   matter where they might be located in the source tree.

	2) providing a install-headers makefile target that would
	   recurse through the tree installing headers.  The 
	   build process would then be: make obj; make
	   install-headers; make depend; make; make install.