Commit 2a23229c authored by Marc G. Fournier's avatar Marc G. Fournier

BSD$$_derived needs -ltermcap for psql

parent 4455ba2c
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.5 1996/08/20 05:04:13 scrappy Exp $ # $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.6 1996/08/21 04:06:01 scrappy Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
...@@ -49,6 +49,10 @@ ifeq ($(USE_READLINE), true) ...@@ -49,6 +49,10 @@ ifeq ($(USE_READLINE), true)
else else
ifeq ($(PORTNAME), bsdi_2_1) ifeq ($(PORTNAME), bsdi_2_1)
LD_ADD += -ltermcap LD_ADD += -ltermcap
else
ifeq ($(PORTNAME), BSD44_derived)
LD_ADD += -ltermcap
endif
endif endif
endif endif
endif endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment