diff --git a/tools/setenv-scripts/freebsd-features.lisp b/tools/setenv-scripts/freebsd-features.lisp
index 1ec8607dde18d73fcdbd0299aec0178c1f6aa4d0..6b35514ddeeef88be8d2f521b8d4f00ed11a9930 100644
--- a/tools/setenv-scripts/freebsd-features.lisp
+++ b/tools/setenv-scripts/freebsd-features.lisp
@@ -1,5 +1,9 @@
 ;; e.g. for FreeBSD on x86 you probably want:
+;;(pushnew :freebsd4 *features*)
 ;;(pushnew :freebsd *features*)
 ;;(pushnew :elf *features*)
 
-(setf *features* (remove :freebsd4 *features*))
+;; We can't really do this before adding #+freebsd5 reader
+;; conditionals to the source code at appropiate places
+;; (setf *features* (remove :freebsd4 *features*))
+;; (pushnew :freebsd5 *features*)