BSD44_derived required -ltermcap as well...

This commit is contained in:
Marc G. Fournier 1996-08-19 19:36:01 +00:00
parent 871f10e028
commit 359258e1be
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.4.2.1 1996/08/19 19:32:58 scrappy Exp $
# $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.4.2.2 1996/08/19 19:36:01 scrappy Exp $
#
#-------------------------------------------------------------------------
@ -51,6 +51,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