summaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin')
-rw-r--r--src/bin/psql/Makefile6
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