Commit 87003773 authored by Marc G. Fournier's avatar Marc G. Fournier

Start an openbsd port

parent 1316113e
...@@ -580,7 +580,7 @@ case "$host_os" in ...@@ -580,7 +580,7 @@ case "$host_os" in
sunos*) os=sunos4 ;; sunos*) os=sunos4 ;;
linux*) os=linux ;; linux*) os=linux ;;
bsdi*) os=bsdi ;; bsdi*) os=bsdi ;;
freebsd*|netbsd*) os=bsd ;; freebsd*|netbsd|openbsd*) os=bsd ;;
dgux*) os=dgux;; dgux*) os=dgux;;
aix*) os=aix ;; aix*) os=aix ;;
nextstep*) os=nextstep;; nextstep*) os=nextstep;;
......
...@@ -16,7 +16,7 @@ case "$host_os" in ...@@ -16,7 +16,7 @@ case "$host_os" in
sunos*) os=sunos4 ;; sunos*) os=sunos4 ;;
linux*) os=linux ;; linux*) os=linux ;;
bsdi*) os=bsdi ;; bsdi*) os=bsdi ;;
freebsd*|netbsd*) os=bsd ;; freebsd*|netbsd|openbsd*) os=bsd ;;
dgux*) os=dgux;; dgux*) os=dgux;;
aix*) os=aix ;; aix*) os=aix ;;
nextstep*) os=nextstep;; nextstep*) os=nextstep;;
......
AROPT:cq
SHARED_LIB:-fpic -DPIC
CFLAGS:-O2 -m486 -pipe
SRCH_INC:/usr/local/include
SRCH_LIB:/usr/local/lib
USE_LOCALE:no
DLSUFFIX:.so
YFLAGS:-d
YACC:bison -y
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment