mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Missed on of the FreeBSD split pieces
This commit is contained in:
parent
7963420cde
commit
f7b5714171
7
Makefile
7
Makefile
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user