Ben Gras
10375d2629
don't keep minix-port.patch files in repo
...
. causes git noise, and unnecessary conflicts
. are easily generated with 'make nbsd_diff' in tools/
2011-08-10 13:38:12 +00:00
Ben Gras
3977443581
terminfo fixes
...
. add TERM=minix to builtin terms
. regenerate compiled-in compile_terms.c
. fix terminfo db path
. update termcap command
. By Antoine Leca
2011-08-04 16:50:57 +00:00
Ben Gras
989934b37c
rename -lutil to -lminixutil
...
. in preparation for netbsd -lutil
2011-08-01 14:32:14 +02:00
Ben Gras
f614d0015a
mk: single mk fragment for new libc
...
. allow commands to use it by setting NEED_NBSDLIBC
. also add mkfiles to clean and cleandepend so they
don't break on missing new mkfiles
2011-07-27 18:23:36 +02:00
Arun Thomas
3a69da5f86
usr.bin/Makefile: cosmetic change
...
-Move mkimage to list of MINIX commands
2011-07-25 11:50:46 +02:00
Ben Gras
51ffecc181
import elf-only -lcurses
...
. abandons mixer, gomoku, talk, talkd, top from base system
. compile top with clang so no ack-compiled program
needs -lcurses any more
2011-07-25 11:08:17 +02:00
Vivek Prakash
1ea07af9da
Replace uniq with NetBSD version
2011-07-24 21:40:02 +02:00
Arun Thomas
06617e7fdf
Import NetBSD mkdep
2011-07-22 17:28:27 +02:00
Ben Gras
f789fee254
import netbsd sed
...
. speeds up mkdep (i.e. world builds) significantly
. have to keep minix /bin/sed for a while because previous
usr/etc/rc depends on it
. force mkdep to use /usr/bin/sed for speedup
2011-07-20 15:14:48 +02:00
Vivek Prakash
51e66a47d8
import libterminfo, terminfo.db and stat command
2011-07-18 16:17:14 +02:00
Vivek Prakash
49cab1c73c
import NetBSD stat
2011-07-18 16:16:57 +02:00
Ben Gras
d83af38877
import ministat utility from freebsd
2011-07-16 17:21:11 +02:00
Vivek Prakash
97c7d358ea
Replace indent with NetBSD version
...
- minix-port.patch is empty as it compiles unchanged
2011-07-05 12:37:57 +02:00
Ben Gras
f3d5a9dc61
Reduce compiler/libraries/headers cases to only two
...
1. ack, a.out, minix headers (moved to /usr/include.ack),
minix libc
2. gcc/clang, elf, netbsd headers (moved to /usr/include),
netbsd libc (moved to /usr/lib)
So this obsoletes the /usr/netbsd hierarchy.
No special invocation for netbsd libc necessary - it's always used
for gcc/clang.
2011-07-04 04:09:52 +02:00
Arun Thomas
5971d0532c
GCC build option for elf libs and usr.bin
2011-06-29 10:32:37 +02:00
Arun Thomas
ecb1c96fc5
Build libelf and mkimage in world
2011-06-29 09:33:40 +02:00
Arun Thomas
2e8d1eda1b
Replace m4 with NetBSD version
...
-Create usr.bin hierarchy
-Update minix-port.patch to include m4
2011-06-29 09:33:30 +02:00