Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Quanah Gibson-Mount
OpenLDAP
Commits
f7b57141
Commit
f7b57141
authored
Aug 28, 1998
by
Kurt Zeilenga
Browse files
Missed on of the FreeBSD split pieces
parent
7963420c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
f7b57141
...
...
@@ -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"
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment