minix/lib
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
..
ack
csu rename mmap() and munmap() 2011-07-16 13:01:19 +02:00
libarchive Reduce compiler/libraries/headers cases to only two 2011-07-04 04:09:52 +02:00
libaudiodriver fixed clang warnings in drivers/ 2011-06-09 16:57:51 +02:00
libbz2 Reduce compiler/libraries/headers cases to only two 2011-07-04 04:09:52 +02:00
libc rename mmap() and munmap() 2011-07-16 13:01:19 +02:00
libcrypt import libcrypt 2011-07-13 18:19:27 +02:00
libcurses import elf-only -lcurses 2011-07-25 11:08:17 +02:00
libddekit Build NetBSD libc library in world in ELF mode. 2011-06-24 11:46:30 +02:00
libdevman
libdriver Server/driver protocols: no longer allow third-party copies. 2011-04-11 17:35:05 +00:00
libedit fix many clang warnings in lib/ 2011-06-23 19:25:36 +02:00
libelf Reduce compiler/libraries/headers cases to only two 2011-07-04 04:09:52 +02:00
libend
libexec Reduce compiler/libraries/headers cases to only two 2011-07-04 04:09:52 +02:00
libfetch
libhgfs Build NetBSD libc library in world in ELF mode. 2011-06-24 11:46:30 +02:00
libl
liblwip
libm
libminc generate sys_errlist without holes 2011-07-13 23:42:07 +02:00
libmthread Fix compiler warnings and mutex deadlock 2011-07-08 13:59:07 +00:00
libnetdriver
libsys rename mmap() and munmap() 2011-07-16 13:01:19 +02:00
libterminfo import libterminfo, terminfo.db and stat command 2011-07-18 16:17:14 +02:00
libtimers Replace NULL macro defs with null.h include 2010-07-22 10:03:31 +00:00
libusb fix many clang warnings in lib/ 2011-06-23 19:25:36 +02:00
libutil Build NetBSD libc library in world in ELF mode. 2011-06-24 11:46:30 +02:00
libvtreefs New stat structure. 2011-07-12 16:39:55 +02:00
libz Reduce compiler/libraries/headers cases to only two 2011-07-04 04:09:52 +02:00
nbsd_libasyn Reduce compiler/libraries/headers cases to only two 2011-07-04 04:09:52 +02:00
nbsd_libc add vfork to namespace.h 2011-07-22 14:07:04 +02:00
nbsd_libcompat_minix cleanup of libterminfo introduction 2011-07-20 18:39:02 +02:00
nbsd_libm Update minix-port.patch. 2011-07-12 16:39:55 +02:00
nbsd_libminlib Reduce compiler/libraries/headers cases to only two 2011-07-04 04:09:52 +02:00
ack_build.sh changes for detecting and building for clang/binutils elf 2011-06-07 16:49:52 +02:00
elf_build.sh Reduce compiler/libraries/headers cases to only two 2011-07-04 04:09:52 +02:00
Makefile import elf-only -lcurses 2011-07-25 11:08:17 +02:00
Makefile.inc Build NetBSD libc library in world in ELF mode. 2011-06-24 11:46:30 +02:00
README

ack_build.sh - for ACK library building
gnu_build.sh - for GNU library building

ack_build.sh obj     - create objdirs for gnu libraries
ack_build.sh depend  - find dependencies of ack libraries
ack_build.sh all     - compile ack libraries
ack_build.sh install - compile and install ack libraries
ack_build.sh clean   - clean for ack libraries

gnu_build.sh obj     - create objdirs for gnu libraries
gnu_build.sh depend  - find dependencies of gnu libraries
gnu_build.sh all     - compile gnu libraries
gnu_build.sh install - compile and install gnu libraries
gnu_build.sh clean   - clean for gnu libraries