Clean up some remains from the gcc2 days.
authorSascha Wildner <saw@online.de>
Wed, 14 Apr 2010 00:07:41 +0000 (02:07 +0200)
committerSascha Wildner <saw@online.de>
Wed, 14 Apr 2010 00:51:57 +0000 (02:51 +0200)
commit301a3a0667205bf86df1c2a3826faa318cfb4348
tree12db8a471c0f21639bbe0d780ff3efe83183d061
parentef35240304518887c0472fda71a672a0c29be0f2
Clean up some remains from the gcc2 days.

In gcc2, we kept __FreeBSD__ as a compiler built-in. Starting with gcc3,
we only define __DragonFly__.

* Remove the general definition of __FreeBSD_version from <sys/param.h>
  and <osreldate.h>. However, ipftest(1) and ipsend(1) still need it, so
  define it from their Makefiles.

* Remove the definition of __FreeBSD__ from the Makefiles of ipmon(8)
  and openssl(1), both of which don't need this anymore.
include/Makefile
sbin/ipmon/Makefile
secure/usr.bin/openssl/Makefile
sys/sys/param.h
usr.sbin/ipftest/Makefile
usr.sbin/ipsend/Makefile