NetBSD/lib
dyoung a37289db57 Make disklabel(8) and fdisk(8) into "host tools " last step: build
and install ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-disklabel,
${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-fdisk by "reaching over" to
the sources in ${NETBSDSRCDIR}/sbin/{disklabel fdisk}/.

To avoid clashes with a build-host's header files, especially on
*BSD, the host-tools versions of fdisk and disklabel search for
#includes such as disklabel.h, disklabel_acorn.h, disklabel_gpt.h,
and bootinfo.h in a new #includes namespace, nbinclude/.  That is,
they #include <nbinclude/sys/disklabel.h>, <nbinclude/machine/disklabel.h>,
<nbinclude/sparc64/disklabel.h>, instead of <sys/disklabel.h> and
such.  I have also updated the system headers to #include from
nbinclude/-space when HAVE_NBTOOL_CONFIG_H is #defined.
2005-06-12 19:46:15 +00:00
..
csu Copyright Maintenance 2005-05-21 06:46:34 +00:00
i18n_module add new citrus iconv module UTF-7. 2005-03-06 04:25:04 +00:00
libarch
libasn1 Only #define HAVE_IPV6 if ${USE_INET6} != "no". 2005-01-10 03:11:17 +00:00
libbsdmalloc
libbz2
libc Make disklabel(8) and fdisk(8) into "host tools " last step: build 2005-06-12 19:46:15 +00:00
libcdk
libcom_err Only #define HAVE_IPV6 if ${USE_INET6} != "no". 2005-01-10 03:11:17 +00:00
libcompat getpw*_r() may return 0 and set pwd==NULL 2005-04-19 03:38:08 +00:00
libcrypt fix compile issue. 2005-01-12 05:27:48 +00:00
libcrypto Oops, openssl_errstr(1), not (3). 2005-04-24 00:13:50 +00:00
libcrypto_idea
libcrypto_mdc2
libcrypto_rc5
libcurses Make these work with today's curses and termcap reality. 2005-05-23 04:04:49 +00:00
libdes
libedit make this useable from c++. 2005-06-12 06:58:21 +00:00
libevent Remove superfluous .Pp, add some commas, improve grammar in a sentence, 2005-04-17 08:51:19 +00:00
libform
libgssapi Only #define HAVE_IPV6 if ${USE_INET6} != "no". 2005-01-10 03:11:17 +00:00
libhdb Only #define HAVE_IPV6 if ${USE_INET6} != "no". 2005-01-10 03:11:17 +00:00
libintl appease gcc -Wuninitialized 2005-06-01 11:08:57 +00:00
libipsec Bump version number 2005-05-20 00:58:58 +00:00
libkadm Only #define HAVE_IPV6 if ${USE_INET6} != "no". 2005-01-10 03:11:17 +00:00
libkadm5clnt Only #define HAVE_IPV6 if ${USE_INET6} != "no". 2005-01-10 03:11:17 +00:00
libkadm5srv Only #define HAVE_IPV6 if ${USE_INET6} != "no". 2005-01-10 03:11:17 +00:00
libkafs Only #define HAVE_IPV6 if ${USE_INET6} != "no". 2005-01-10 03:11:17 +00:00
libkdb Only #define HAVE_IPV6 if ${USE_INET6} != "no". 2005-01-10 03:11:17 +00:00
libkrb Only #define HAVE_IPV6 if ${USE_INET6} != "no". 2005-01-10 03:11:17 +00:00
libkrb5 Only #define HAVE_IPV6 if ${USE_INET6} != "no". 2005-01-10 03:11:17 +00:00
libkstream
libkvm Fix fallout from vm_anon changes 2005-05-11 17:41:52 +00:00
libl Allow this to compile if MKSTATICLIB=no. 2005-05-07 00:23:01 +00:00
libm Don't cast x to double, it already is one. 2005-05-03 04:18:32 +00:00
libmagic
libmenu
libossaudio appease gcc -Wuninitialized. some delint 2005-06-01 11:22:18 +00:00
libpam Remove CPPFLAGS 2005-04-25 17:21:31 +00:00
libpcap Fix bpf_open so that we can run tcpdump without write-access to 2005-06-10 19:00:09 +00:00
libpci
libpmc de-__P 2005-02-04 15:27:44 +00:00
libposix
libpthread Use TOOL_GENASSYM. Part of PR toolchain/30350 2005-05-30 16:02:56 +00:00
libpthread_dbg
libradius Fix compilation both with and without SSL. The buffer argument is different 2005-03-31 14:29:32 +00:00
libresolv Only compile in IPv6 support if ${USE_INET6} != "no" 2005-01-10 02:58:58 +00:00
librmt
libroken Only #define HAVE_IPV6 if ${USE_INET6} != "no". 2005-01-10 03:11:17 +00:00
librpcsvc Build librpcsvc as a shared library, since pam_unix.so needs it. 2005-01-08 10:02:36 +00:00
librt This function is in librt, not libc. 2005-05-16 00:45:24 +00:00
libskey de-__P 2005-02-04 16:14:21 +00:00
libsl Only #define HAVE_IPV6 if ${USE_INET6} != "no". 2005-01-10 03:11:17 +00:00
libss Only #define HAVE_IPV6 if ${USE_INET6} != "no". 2005-01-10 03:11:17 +00:00
libssh Update for 4.0, bump version. 2005-04-23 16:53:47 +00:00
libssl
libtelnet Don't perform a check for "secure" tty for root logins when using PAM; 2005-05-05 23:21:58 +00:00
libterm add t_putws 2005-05-15 21:10:52 +00:00
libusbhid
libutil Fix capso in Dd argument. 2005-05-16 18:49:24 +00:00
libvers Only #define HAVE_IPV6 if ${USE_INET6} != "no". 2005-01-10 03:11:17 +00:00
libwrap getpw*_r() may return 0 and set pwd==NULL 2005-04-19 03:38:08 +00:00
liby
libz PR/21167: Christian Biere: ctype function misuse. 2005-04-17 17:22:36 +00:00
Makefile Provide the minimum set of .WAIT barriers, adding explanatory comments. 2005-06-03 14:28:07 +00:00
Makefile.inc
bumpversion
checkoldver
checkver
checkvers