BSD$$_derived needs -ltermcap for psql

This commit is contained in:
Marc G. Fournier 1996-08-21 04:06:01 +00:00
parent 4455ba2c88
commit 2a23229cb3
1 changed files with 5 additions and 1 deletions

View File

@ -7,7 +7,7 @@
#
#
# 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)
else
ifeq ($(PORTNAME), bsdi_2_1)
LD_ADD += -ltermcap
else
ifeq ($(PORTNAME), BSD44_derived)
LD_ADD += -ltermcap
endif
endif
endif
endif