summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2008-03-04 22:32:58 +0000
committerobrien <obrien@FreeBSD.org>2008-03-04 22:32:58 +0000
commit62d1b85d68a437e8743abbc91483606188680b53 (patch)
tree85d39ef224ce130b4910a9267674123264ca5900 /usr.bin/make/Makefile
parenta87beb694c9a3c17635679903426242471277711 (diff)
downloadFreeBSD-src-62d1b85d68a437e8743abbc91483606188680b53.zip
FreeBSD-src-62d1b85d68a437e8743abbc91483606188680b53.tar.gz
No need to tell make to DTRT with "make love", just do it.
Also remove the 2002/08/31 bootstrapping aid for upgrades from year old (mid-2001) systems.
Diffstat (limited to 'usr.bin/make/Makefile')
-rw-r--r--usr.bin/make/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index c054ae0..e5be06d 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -12,12 +12,7 @@ NO_WERROR=
WARNS?= 6
NO_SHARED?= YES
-CFLAGS+=-DOLD_JOKE=1
CFLAGS+=-DMAKE_VERSION=\"5200408120\"
-.if defined(_UPGRADING)
-CFLAGS+=-D__FBSDID=__RCSID
-.endif
-
# There is no obvious performance improvement currently.
# CFLAGS+=-DUSE_KQUEUE
OpenPOWER on IntegriCloud