diff options
| author | Bruce Momjian | 1997-07-14 16:47:36 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1997-07-14 16:47:36 +0000 |
| commit | 10da89c1fbb4bd6388a7254181803de7ba22958a (patch) | |
| tree | ba27a2550b8daa260b21eb755b7095274a95af27 /src/configure | |
| parent | e3be2f9dd786dca5848afc900998186f99c81e13 (diff) | |
Add sysv4 support to configure and docs.
Diffstat (limited to 'src/configure')
| -rwxr-xr-x | src/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configure b/src/configure index 1b3c71b5e3..8bcad315f7 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';; |
