diff --git a/tools/setenv-scripts/freebsd-features.lisp b/tools/setenv-scripts/freebsd-features.lisp
index 6b35514ddeeef88be8d2f521b8d4f00ed11a9930..1ec8607dde18d73fcdbd0299aec0178c1f6aa4d0 100644
--- a/tools/setenv-scripts/freebsd-features.lisp
+++ b/tools/setenv-scripts/freebsd-features.lisp
@@ -1,9 +1,5 @@
 ;; e.g. for FreeBSD on x86 you probably want:
-;;(pushnew :freebsd4 *features*)
 ;;(pushnew :freebsd *features*)
 ;;(pushnew :elf *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*)
+(setf *features* (remove :freebsd4 *features*))