Subject: Duplicate documentation of MK* make options
To: None <tech-userlevel@NetBSD.org>
From: Hubert Feyrer <feyrer@cs.stevens.edu>
List: tech-userlevel
Date: 12/21/2005 02:23:07
[moved from tech-x11]
On Tue, 20 Dec 2005, Hubert Feyrer wrote:
> What's the way to enable/disable IPv6 in NetBSD?
> According to src/share/mk/bsd.own.mk it's MKINET6=no, but
> .../bsd.x11.mk checks for USE_INET6!=no.
>
> Maybe that should be changed? (s/USE_INET6/MKINET6/)
I have sent a pullup to get the IPv6 variables into bsd.README.
Now there's another (even worse, IMHO) issue: many of those variables are
ALSO documented in mk.conf.4. Right now I dare saying that bsd.README is
more complete than mk.conf.4, what shall we do - try to maintain redundant
documentation, or merge into one place? Which one?
What place is more likely to get maintained by our documentation-shy
developers? :)
- Hubert