File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -580,7 +580,7 @@ case "$host_os" in
580
580
sunos* ) os=sunos4 ;;
581
581
linux* ) os=linux ;;
582
582
bsdi* ) os=bsdi ;;
583
- freebsd* |netbsd* ) os=bsd ;;
583
+ freebsd* |netbsd|openbsd * ) os=bsd ;;
584
584
dgux* ) os=dgux;;
585
585
aix* ) os=aix ;;
586
586
nextstep* ) os=nextstep;;
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ case "$host_os" in
16
16
sunos*) os=sunos4 ;;
17
17
linux*) os=linux ;;
18
18
bsdi*) os=bsdi ;;
19
- freebsd*|netbsd*) os=bsd ;;
19
+ freebsd*|netbsd|openbsd *) os=bsd ;;
20
20
dgux*) os=dgux;;
21
21
aix*) os=aix ;;
22
22
nextstep*) os=nextstep;;
Original file line number Diff line number Diff line change
1
+ AROPT:cq
2
+ SHARED_LIB:-fpic -DPIC
3
+ CFLAGS:-O2 -m486 -pipe
4
+ SRCH_INC:/usr/local/include
5
+ SRCH_LIB:/usr/local/lib
6
+ USE_LOCALE:no
7
+ DLSUFFIX:.so
8
+ YFLAGS:-d
9
+ YACC:bison -y
You can’t perform that action at this time.
0 commit comments