freebsd-dev/contrib
David E. O'Brien a3d6eca585 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
bind Oops. HAVE_INET6_STRUCTS was supposed to be HAS_INET6_STRUCTS. Luckily 1999-12-13 15:43:32 +00:00
binutils
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
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
libio Virgin import of GCC 2.95.2's libio -- the C++ iostream facility. 1999-11-01 07:37:09 +00:00
libpam
libpcap
libreadline
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
patch
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
top
traceroute s/tcpdump/traceroute 1999-12-20 16:07:53 +00:00