Add in the sunos4 portname to configure detection

This commit is contained in:
Marc G. Fournier 1997-03-11 02:12:17 +00:00
parent ea36b0d3cd
commit 336eb7056d
2 changed files with 167 additions and 165 deletions

331
src/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -7,6 +7,7 @@ case "$host_os" in
sparc) PORTNAME='sparc_solaris' ;;
i386) PORTNAME='i386_solaris' ;;
esac ;;
sunos*) PORTNAME='sunos4' ;;
linux*) PORTNAME='linux' ;;
bsdi*) PORTNAME='bsdi' ;;
freebsd*|netbsd*) PORTNAME='BSD44_derived';;