24 lines
400 B
Plaintext
24 lines
400 B
Plaintext
$NetBSD: TODO,v 1.2 2003/09/12 16:27:27 lukem Exp $
|
|
|
|
|
|
clean up XTODO issues
|
|
|
|
|
|
move all host tools to tools/? these are:
|
|
./lib/Xt/makestrs
|
|
./lib/lbxutil/mkg3states
|
|
./lib/OSmesa/gen_matypes
|
|
|
|
convert lib/* from
|
|
LIB=foo
|
|
.PATH: ${...}/${LIB}
|
|
to
|
|
LIB=foo
|
|
DIST= ${...}/${LIB}
|
|
.PATH: ${DIST}
|
|
?
|
|
|
|
|
|
consider symlinking various dirs in lib/X11 -> /etc/X11, and only
|
|
install the files on "distribution" ?
|