diff options
| author | Bruce Momjian | 1996-11-01 01:47:23 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1996-11-01 01:47:23 +0000 |
| commit | 3a4c2888a1c71779edafe91284175d6fc69fb75c (patch) | |
| tree | b5ad2896e624078e9914da9a923fa8fc41442c9e /src/bin | |
| parent | 727c8407548055be3d9316b90ac7135fbe8fab1a (diff) | |
Removal of bsdi_2_1 port.
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/psql/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/bin/psql/Makefile b/src/bin/psql/Makefile index dfb71658bc1..951cd312df0 100644 --- a/src/bin/psql/Makefile +++ b/src/bin/psql/Makefile @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.6 1996/08/21 04:06:01 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.7 1996/11/01 01:46:55 momjian Exp $ # #------------------------------------------------------------------------- @@ -47,9 +47,6 @@ ifeq ($(USE_READLINE), true) ifeq ($(PORTNAME), bsdi) LD_ADD += -ltermcap else - ifeq ($(PORTNAME), bsdi_2_1) - LD_ADD += -ltermcap - else ifeq ($(PORTNAME), BSD44_derived) LD_ADD += -ltermcap endif @@ -58,7 +55,6 @@ ifeq ($(USE_READLINE), true) endif endif endif - endif else CFLAGS += -DNOREADLINE endif |
