summaryrefslogtreecommitdiffstats
path: root/tools/build/mk
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-02-27 11:22:58 +0000
committerru <ru@FreeBSD.org>2005-02-27 11:22:58 +0000
commit0434ec5fe811d1420d080ae4e36fbdb6cf6d0bc3 (patch)
tree6b6782895333e40cf577e160ec68407ae1dc29a2 /tools/build/mk
parent6583ba44969fe32288dc749181da1bfadfa39edd (diff)
downloadFreeBSD-src-0434ec5fe811d1420d080ae4e36fbdb6cf6d0bc3.zip
FreeBSD-src-0434ec5fe811d1420d080ae4e36fbdb6cf6d0bc3.tar.gz
As threatened, drop support for source upgrades from pre-5.3.
Inspired by: obrien
Diffstat (limited to 'tools/build/mk')
-rw-r--r--tools/build/mk/Makefile.boot8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/build/mk/Makefile.boot b/tools/build/mk/Makefile.boot
index ba2c5f7..0707ae2 100644
--- a/tools/build/mk/Makefile.boot
+++ b/tools/build/mk/Makefile.boot
@@ -1,13 +1,5 @@
# $FreeBSD$
-# FreeBSD didn't always have the __FBSDID() macro in <sys/cdefs.h>.
-# We could do this with a sys/cdefs.h wrapper, but given that this would
-# slow down all new builds for such a simple concept, we do it here.
-.if ( ${BOOTSTRAPPING} < 440001 || \
- ( ${BOOTSTRAPPING} >= 500000 && ${BOOTSTRAPPING} < 500024 ))
-CFLAGS+= -D__FBSDID=__RCSID
-.endif
-
CFLAGS+= -I${WORLDTMP}/legacy/usr/include
DPADD+= ${WORLDTMP}/legacy/usr/lib/libegacy.a
LDADD+= -legacy
OpenPOWER on IntegriCloud