Missed on of the FreeBSD split pieces

This commit is contained in:
Kurt Zeilenga 1998-08-28 05:44:46 +00:00
parent 7963420cde
commit f7b5714171

View File

@ -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" \