submitted by: Bruce Momjian <maillist@candle.pha.pa.us>
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.3 1996/07/20 07:40:03 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.4 1996/07/25 20:01:51 scrappy Exp $
#
#-------------------------------------------------------------------------
else
ifeq ($(PORTNAME), linux)
LD_ADD += -ltermcap
- endif
+ else
ifeq ($(PORTNAME), next)
LD_ADD += -ltermcap
+ else
ifeq ($(PORTNAME), bsdi)
LD_ADD += -ltermcap
+ else
ifeq ($(PORTNAME), bsdi_2_1)
LD_ADD += -ltermcap
endif
endif
endif
endif
+ endif
else
CFLAGS += -DNOREADLINE
endif