etc/services - sync with NetBSD-8
[minix.git] / crypto / external / bsd / openssl / dist / tools / c89.sh
blobb25c9fda2df1ea7699559ce4b9db6cbd53034540
1 #!/bin/sh -k
3 # Re-order arguments so that -L comes first
5 opts=""
6 lopts=""
8 for arg in $* ; do
9 case $arg in
10 -L*) lopts="$lopts $arg" ;;
11 *) opts="$opts $arg" ;;
12 esac
13 done
15 c89 $lopts $opts