Skip to content
Snippets Groups Projects
Commit f7b57141 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Missed on of the FreeBSD split pieces

parent 7963420c
Branches
Tags
No related merge requests found
......@@ -296,7 +296,12 @@ makeconfig: .makefiles buildtools
PLATFORM="netbsd" \
;; \
FreeBSD) \
PLATFORM="freebsd" \
MAJRELEASE=`echo $$OSRELEASE | sed 's/\..*//'` ; \
if [ $$MAJRELEASE -lt 3 ]; then \
PLATFORM="freebsd2" ; \
else \
PLATFORM="freebsd3" ; \
fi; \
;; \
NeXTSTEP) \
PLATFORM="nextstep" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment