freebsd-dev/contrib
obrien 151bf75a94 Reduce the FreeBSD custom hacks to gcc.c by using the GCC provided methods
of changing the search dirs.  This also removes an used search dir,
removes unneeded redundancy, and a bugus dir we enherited on the i386
by baseing off of svr4.h.

We went from:
	install: /usr/libexec/(null)
	programs: /usr/libexec/<OBJFORMAT>/:/usr/libexec/:/usr/bin/:/usr/libexec/
	libraries: /usr/libdata/gcc/:/usr/libexec/:/usr/ccs/lib/:/usr/lib/

to:
	install: /usr/libexec/(null)
	programs: /usr/libexec/<OBJFORMAT>/:/usr/libexec/
	libraries: /usr/libexec/:/usr/lib/
1999-12-22 05:00:28 +00:00
..
amd Merge vendor changes into our version of this. 1999-11-05 12:56:09 +00:00
awk Update the upgrade instructions for awk 3.0.4. 1999-09-27 09:09:08 +00:00
bc bc core dumped when a value with between 128 and 255 (mod 256) digits 1999-07-28 17:58:12 +00:00
bind Oops. HAVE_INET6_STRUCTS was supposed to be HAS_INET6_STRUCTS. Luckily 1999-12-13 15:43:32 +00:00
binutils Merge some patches from RedHat-6.0. The most important change fixes a bug 1999-07-17 08:04:58 +00:00
bison Don't -ko anymore. 1999-09-08 11:14:51 +00:00
com_err Fix up this for the build; some compatibility files have been added - 1999-09-04 09:49:02 +00:00
cpio Fix warning: return type of main' is not int' 1999-09-15 01:58:44 +00:00
cvs Unmangle cvs's MD5* calls. 1999-12-11 15:10:02 +00:00
diff * Support the environtmental var "DIFF_OPTIONS". Which can hold a set of 1999-11-26 02:51:44 +00:00
gcc Reduce the FreeBSD custom hacks to gcc.c by using the GCC provided methods 1999-12-22 05:00:28 +00:00
gdb Fix (I believe) Bill Paul's core dump when using gdb on shared executables. 1999-11-22 18:04:53 +00:00
global Correct typo, Welcom -> Welcome 1999-10-10 07:46:38 +00:00
gperf NetBSD has sys_errlist in errno.h, not stdio.h like FreeBSD. 1998-01-09 20:02:20 +00:00
groff Mention -p and -t options. 1999-09-24 11:37:06 +00:00
ipfilter This commit was generated by cvs2svn to compensate for changes in r53024, 1999-11-08 20:51:23 +00:00
isc-dhcp Do not add routes for localhost to the `dhclient' controlled interface. 1999-12-12 01:04:36 +00:00
libf2c Virgin import of GCC 2.95.2's libf2c 1999-11-01 07:32:56 +00:00
libgmp This commit was generated by cvs2svn to compensate for changes in r44365, 1999-03-01 06:27:31 +00:00
libio Virgin import of GCC 2.95.2's libio -- the C++ iostream facility. 1999-11-01 07:37:09 +00:00
libpam Revive the pam_deny and pam_permit modules from Linux-PAM. They are 1999-05-08 01:59:27 +00:00
libpcap Merge libpcap version 0.4 1998-09-15 19:31:43 +00:00
libreadline fix End key name 1999-05-28 04:52:29 +00:00
libstdc++ Virgin import of GCC 2.95.2's libstdc++ 1999-11-01 07:40:19 +00:00
ncurses Remove GCC_UNUSED under FREEBSD_NATIVE option. 1999-09-03 17:56:05 +00:00
ntp This is the list of files excluded from the original tarball. 1999-12-09 13:26:04 +00:00
nvi Re-encode spanish messages using ISO-8859-1. 1999-09-17 08:30:48 +00:00
opie sprintf -> snprintf 1998-09-09 17:08:46 +00:00
patch Remove library funcs we already have 1998-01-04 20:45:41 +00:00
perl5 Fix bug with internal functions when locale is active 1999-12-13 19:11:53 +00:00
pnpinfo $Id$ -> $FreeBSD$ 1999-09-05 17:27:05 +00:00
sendmail Install sendmail.cf into /etc/mail. 1999-12-19 19:55:19 +00:00
tcp_wrappers Add the ``blacklist'' feature, which allows a path to a filename to 1999-09-21 09:09:57 +00:00
tcpdump Pass the pppoe packets into do_ppp_print correctly. 1999-11-27 18:04:57 +00:00
telnet Termcap header no longer needed. 1999-09-01 18:57:38 +00:00
texinfo Restored rev.1.2, which was clobbered by rev.1.4 (don't print "Making 1999-03-02 13:04:00 +00:00
top uptime display more in style with original code 1999-01-09 20:25:02 +00:00
traceroute s/tcpdump/traceroute 1999-12-20 16:07:53 +00:00