Add in the nextstep port so that configure will (should?) run on it

This commit is contained in:
Marc G. Fournier 1997-02-07 10:18:35 +00:00
parent 1ce7b0c808
commit cfd9f6e7a9
2 changed files with 181 additions and 179 deletions

319
src/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -12,6 +12,7 @@ solaris*)
freebsd*) PORTNAME='BSD44_derived' ;;
dgux*) PORTNAME='dgux';;
aix*) PORTNAME='aix';;
nextstep*) PORTNAME='nextstep';;
*) echo ""
echo "*************************************************************"
echo "configure does not currently recognize your operating system,"