summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>2006-11-21 08:25:28 +0000
committerjb <jb@FreeBSD.org>2006-11-21 08:25:28 +0000
commita8f497ff908f76c5f301f5052da4434fe00f542b (patch)
tree539fa27390d5e16ff23f97f294e66c87bc5bbdad /Makefile
parentc6a9963b9bcb8349c898603435ef027c36370b6a (diff)
downloadFreeBSD-src-a8f497ff908f76c5f301f5052da4434fe00f542b.zip
FreeBSD-src-a8f497ff908f76c5f301f5052da4434fe00f542b.tar.gz
Remove the NO_CTF option. It would have been required to support
DTrace.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9909f44..5fab970 100644
--- a/Makefile
+++ b/Makefile
@@ -240,7 +240,7 @@ MMAKEENV= MAKEOBJDIRPREFIX=${MAKEPATH} \
MMAKE= ${MMAKEENV} make \
-D_UPGRADING \
-DNOMAN -DNO_MAN -DNOSHARED -DNO_SHARED \
- -DNO_CPU_CFLAGS -DNO_WERROR -DNO_CTF
+ -DNO_CPU_CFLAGS -DNO_WERROR
make: .PHONY
@echo
OpenPOWER on IntegriCloud