Commit 9f8d3b66 authored by Marc G. Fournier's avatar Marc G. Fournier

this is to help someone that wants an AUX port get started...

parent b611fefa
This diff is collapsed.
...@@ -14,6 +14,7 @@ case "$host_os" in ...@@ -14,6 +14,7 @@ case "$host_os" in
AC_SUBST(TAS) ;; AC_SUBST(TAS) ;;
esac ;; esac ;;
sunos*) os=sunos4 ;; sunos*) os=sunos4 ;;
aux*) os=aux ;;
linux*) os=linux ;; linux*) os=linux ;;
bsdi*) os=bsdi ;; bsdi*) os=bsdi ;;
freebsd*|netbsd*|openbsd*) os=bsd ;; freebsd*|netbsd*|openbsd*) os=bsd ;;
......
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