Searched refs:OSTYPE (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/pjdfstest/
H A DMakefile6 @OSTYPE=`uname`; \
7 CFLAGS=-D__OS_$${OSTYPE}__; \
8 if [ $$OSTYPE = "FreeBSD" ]; then \
10 elif [ $$OSTYPE = "SunOS" ]; then \
13 elif [ $$OSTYPE = "Darwin" ]; then \
15 elif [ $$OSTYPE == "Linux" ]; then \
18 echo "Unsupported operating system: ${OSTYPE}."; \
/freebsd-11-stable/crypto/openssl/util/
H A Dpoint.sh4 if test "$OSTYPE" = msdosdjgpp || test "x$PLATFORM" = xmingw ; then
H A Dopensslwrap.sh18 if [ "$OSTYPE" != msdosdjgpp ]; then
H A Dpod2mantest14 if test "$OSTYPE" = "msdosdjgpp"; then IFS=";"; fi
H A Dshlib_wrap.sh78 if [ "$OSTYPE" != msdosdjgpp ]; then
/freebsd-11-stable/contrib/binutils/
H A Dconfigure1730 ### using bash, which sets OSTYPE.
1731 case "${OSTYPE}" in

Completed in 124 milliseconds