aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/configure1
-rw-r--r--src/configure.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/configure b/src/configure
index 1b3c71b5e3f..8bcad315f70 100755
--- a/src/configure
+++ b/src/configure
@@ -584,6 +584,7 @@ nextstep*) PORTNAME='nextstep';;
irix*) PORTNAME='irix5';;
hpux*) PORTNAME='hpux';;
osf*) PORTNAME='alpha';;
+ sysv4*) PORTNAME='svr4';;
sysv4.2*)
case "$host_vendor" in
univel) PORTNAME='univel';;
diff --git a/src/configure.in b/src/configure.in
index 8c910fe4235..b76c143e262 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -20,6 +20,7 @@ nextstep*) PORTNAME='nextstep';;
irix*) PORTNAME='irix5';;
hpux*) PORTNAME='hpux';;
osf*) PORTNAME='alpha';;
+ sysv4*) PORTNAME='svr4';;
sysv4.2*)
case "$host_vendor" in
univel) PORTNAME='univel';;